diff --git a/src/pages.go b/src/pages.go index 5610094..0efdad0 100644 --- a/src/pages.go +++ b/src/pages.go @@ -49,7 +49,7 @@ func reportSiteUpdate(via string, result *UpdateResult) { case UpdateTimeout: siteUpdateErrorCount.With(prometheus.Labels{"cause": "timeout"}).Inc() case UpdateNoChange: - // nothing to report + siteUpdateOkCount.With(prometheus.Labels{"outcome": "no-change"}).Inc() case UpdateCreated: siteUpdateOkCount.With(prometheus.Labels{"outcome": "created"}).Inc() case UpdateReplaced: