Martti T.

Results 364 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...