Commit 8a2d7f5a authored by Madhur Shrimal's avatar Madhur Shrimal

missing noop

parent 43519a24
...@@ -7,6 +7,8 @@ import ( ...@@ -7,6 +7,8 @@ import (
type noopMetrics struct{ opmetrics.NoopRefMetrics } type noopMetrics struct{ opmetrics.NoopRefMetrics }
var NoopMetrics Metricer = new(noopMetrics)
func (*noopMetrics) RecordInfo(version string) {} func (*noopMetrics) RecordInfo(version string) {}
func (*noopMetrics) RecordUp() {} func (*noopMetrics) RecordUp() {}
......
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