Skip to content

Commit

Permalink
feat(backend): mongodb指标裁剪 #8282
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 29, 2024
1 parent 6be2399 commit b075199
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_.*|^mongodb_ss_tcmalloc_.*|^mongodb_networklnterfaceStats_.*|^mongodb_ss_shardingStatistics_.*"
}],
"params": {
"collector": {
Expand Down

0 comments on commit b075199

Please sign in to comment.