Skip to content

Commit

Permalink
fix(backend): spider exporter 裁剪指标 TencentBlueKing#5818
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Jul 24, 2024
1 parent 7dde16e commit 1a12c3f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"target_object_type": "SERVICE",
"target_node_type": "TOPO",
"target_nodes": [],
"metric_relabel_configs": [{
"source_labels": ["__name__"],
"action": "drop",
"regex": "^mysql_global_variables_[a-lnp-su-z]"
}],
"params": {
"plugin": {
"--web.listen-address": "${host}:${port}",
Expand Down Expand Up @@ -52,7 +57,7 @@
"plugin_id": "dbm_mysqld_exporter"
},
"db_type": "mysql",
"version": 17,
"version": 18,
"machine_types": [
"spider"
],
Expand Down

0 comments on commit 1a12c3f

Please sign in to comment.