remove _ssl_expire_time_seconds metric by identifier (#11239)
Signed-off-by: xiayu.lyt <xiayu.lyt@alibaba-inc.com> Co-authored-by: xiayu.lyt <xiayu.lyt@alibaba-inc.com>
This commit is contained in:
parent
d44e727fb3
commit
a5fe09e80e
5 changed files with 31 additions and 17 deletions
|
|
@ -54,7 +54,7 @@ func (dc DummyCollector) IncCheckCount(string, string) {}
|
|||
func (dc DummyCollector) IncCheckErrorCount(string, string) {}
|
||||
|
||||
// RemoveMetrics dummy implementation
|
||||
func (dc DummyCollector) RemoveMetrics(_, _, _ []string) {}
|
||||
func (dc DummyCollector) RemoveMetrics(_, _ []string) {}
|
||||
|
||||
// Start dummy implementation
|
||||
func (dc DummyCollector) Start(_ string) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue