k8s-image-swapper icon indicating copy to clipboard operation
k8s-image-swapper copied to clipboard

add metrics

Open BEvgeniyS opened this issue 2 years ago • 1 comments

This adds some Prometheus metrics to scrape

  • Standard Go metrics
  • Metrics shipped with kubewebhook framework
  • Custom new metrics

Please see metrics.md for details

BEvgeniyS avatar Oct 05 '22 02:10 BEvgeniyS

Codecov Report

Patch coverage: 54.05% and project coverage change: -1.79 :warning:

Comparison is base (0a01de7) 67.34% compared to head (ad6af3d) 65.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #361      +/-   ##
==========================================
- Coverage   67.34%   65.55%   -1.79%     
==========================================
  Files           6        6              
  Lines         392      421      +29     
==========================================
+ Hits          264      276      +12     
- Misses        103      119      +16     
- Partials       25       26       +1     
Impacted Files Coverage Δ
pkg/secrets/kubernetes.go 55.55% <0.00%> (-2.14%) :arrow_down:
pkg/webhook/image_swapper.go 60.78% <40.00%> (-1.47%) :arrow_down:
pkg/webhook/image_copier.go 71.53% <64.00%> (-3.05%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 05 '22 02:10 codecov[bot]