Martti T.

Results 365 comments of Martti T.

PR for `github/secret_scanning.yml` would be OK from our side

Nope, `requests_total`, `request_duration_seconds`, `response_size_bytes`, `request_size_bytes` are built in. but if you are OK not having histograms then it leaves you only with `requests_total` as this is counter. You could strip...

NB: you might need custom registry. This does not contain prometheus own default metrics ```go customRegistry := prometheus.NewRegistry() // create custom registry for your custom metrics ``` and make sure...

This has been discussed before. If you search older issues I think I have suggested using reader that can be read multiple times and you replace `c.Request().Body` with it. ```go...