Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cahillsf committed Jan 21, 2025
1 parent 2cd1485 commit 8432950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/util/ssa/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ func init() {
}

var (
// requestHits reports request results.
cacheHits = prometheus.NewCounterVec(prometheus.CounterOpts{
Name: "capi_ssa_cache_hits_total",
Help: "Total number of ssa cache hits.",
}, []string{
"kind", "controller",
})

// requestMisses reports request results.
cacheMisses = prometheus.NewCounterVec(prometheus.CounterOpts{
Name: "capi_ssa_cache_misses_total",
Help: "Total number of ssa cache misses.",
Expand Down

0 comments on commit 8432950

Please sign in to comment.