Add new prometheus metric for orphaned ingress (#8230)
* Add new metric for orhaned ingress * Fix const labels * Fix after rebase
This commit is contained in:
parent
dbe88c55a3
commit
39b5ce844b
5 changed files with 67 additions and 7 deletions
|
|
@ -41,6 +41,12 @@ func (dc DummyCollector) IncReloadCount() {}
|
|||
// IncReloadErrorCount ...
|
||||
func (dc DummyCollector) IncReloadErrorCount() {}
|
||||
|
||||
// IncOrphanIngress ...
|
||||
func (dc DummyCollector) IncOrphanIngress(string, string, string) {}
|
||||
|
||||
// DecOrphanIngress ...
|
||||
func (dc DummyCollector) DecOrphanIngress(string, string, string) {}
|
||||
|
||||
// IncCheckCount ...
|
||||
func (dc DummyCollector) IncCheckCount(string, string) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue