feat: add Prometheus metrics endpoint #40
Annotations
3 errors
|
lint
issues found
|
|
lint:
pkg/metrics/metrics.go#L31
SA1019: prometheus.NewProcessCollector is deprecated: Use collectors.NewProcessCollector instead. (staticcheck)
|
|
lint:
pkg/metrics/metrics.go#L30
SA1019: prometheus.NewGoCollector is deprecated: Use collectors.NewGoCollector instead. (staticcheck)
|