remove _ssl_expire_time_seconds metric by identifier (#9706)
Signed-off-by: xiayu.lyt <xiayu.lyt@alibaba-inc.com>
This commit is contained in:
parent
d808e38911
commit
b4cae70b52
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