Merge pull request #80087 from mborsz/patch-6

Register WatchEvents metric
This commit is contained in:
Kubernetes Prow Robot 2019-07-13 01:21:04 -07:00 committed by GitHub
commit 630b9239ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,7 @@ var (
DroppedRequests, DroppedRequests,
DeprecatedDroppedRequests, DeprecatedDroppedRequests,
RegisteredWatchers, RegisteredWatchers,
WatchEvents,
currentInflightRequests, currentInflightRequests,
} }
) )