Can I disable the path using regex? Or just disable all http_in_count entries.
http_in_count{environment="production",http_method="DELETE",http_path="/foo.bar/arg1,...}
http_in_count{environment="production",http_method="DELETE",http_path="/foo.bar/arg2,...}
http_in_count{environment="production",http_method="DELETE",http_path="/foo.bar/arg3,...}
... thousands of lines!
http_in_count{environment="production",http_method="DELETE",http_path="/foo.bar/argN,...}
```