Hi Team, we have tried with below regex pattern to drop all the metrics as below -
http_request_duration_seconds_bucket we have tried below 2 regex patterns, but none of them helped metric_relabel_configs: - source_labels: [__name__] regex: (.+)_bucket and .*_bucket action: drop Can someone please help in getting right approach to drop the histogram/bucket metrics -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/f0c342ba-d137-4753-900e-9182335ddfffn%40googlegroups.com.

