fix: i'm dumb

This commit is contained in:
Jef Roosens 2023-01-28 17:33:48 +01:00
parent ae2eeeb974
commit 0df06647b3
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

2
null.v
View file

@ -19,7 +19,7 @@ pub fn (c &NullCollector) counters() []Metric {
return [] return []
} }
pub fn (mut c DefaultCollector) histogram_buckets_set(name string, buckets []f64) {} pub fn (c &NullCollector) histogram_buckets_set(name string, buckets []f64) {}
pub fn (c &NullCollector) histogram_record(value f64, metric Metric) {} pub fn (c &NullCollector) histogram_record(value f64, metric Metric) {}