On 03.03.21 02:49,
dineshnithy...@gmail.com wrote:
>
> 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
Either should work. Perhaps you have added this section to the wrong