Commit 71230f36 authored by Felipe Andrade's avatar Felipe Andrade

fix metric copypasta

parent 54274acd
...@@ -367,7 +367,7 @@ func RecordCacheMiss(method string) { ...@@ -367,7 +367,7 @@ func RecordCacheMiss(method string) {
} }
func RecordCacheError(method string) { func RecordCacheError(method string) {
cacheMissesTotal.WithLabelValues(method).Inc() cacheErrorsTotal.WithLabelValues(method).Inc()
} }
func RecordBatchSize(size int) { func RecordBatchSize(size int) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment