bitnami / bitnami/sealed-secrets

Prometheus metrics missing

Open
#543 6 comments 0 reactions 1 assignee Claimed by @alvneiayu View on GitHub
backlog metrics
Dominant language
Go
Stars
9.3k
Forks
776
Avg merge
1d 13h
Merged PRs (30d)
30

Description

The sealed secrets controller does not expose all the metrics in the metrics namespace "sealed_secrets_controller_" it should according to the ode in https://github.com/bitnami-labs/sealed-secrets/blob/v0.15.0/cmd/controller/metrics.go.
```
$ curl -s 127.0.0.1:8080/metrics | egrep 'sealed_secrets_controller_'
# HELP sealed_secrets_controller_build_info Build information.
# TYPE sealed_secrets_controller_build_info gauge
sealed_secrets_controller_build_info{revision="v0.15.0"} 0
# HELP sealed_secrets_controller_unseal_requests_total Total number of sealed secret unseal requests
# TYPE sealed_secrets_controller_unseal_requests_total counter
sealed_secrets_controller_unseal_requests_total 2
```
Especiall missing the "unseal_errors_total" metric.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.