Skip to content

Commit

Permalink
feat(backend): mongodb 指标裁剪正则调整 #8189
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 26, 2024
1 parent 77673c8 commit b1ffd73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"metric_relabel_configs": [{
"source_labels": ["__name__"],
"action": "drop",
"regex": "^mongodb_sys_|^mongodb_ss_metrics_|^mongodb_connPoolStats_"
"regex": "^mongodb_sys_.*|^mongodb_ss_metrics_.*|^mongodb_connPoolStats_.*"
}],
"params": {
"collector": {
Expand Down

0 comments on commit b1ffd73

Please sign in to comment.