1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 05:18:19 +00:00
node-feature-discovery/pkg/nfd-master
Markus Lehtonen 5ad2294c14 metrics: add nfd_node_update_requests_total counter
Add a counter for total number of node update/sync requests. In
practice, this counts the number of gRPC requests received if the gRPC
API is in use. If the NodeFeature API is enabled, this counts the
requests initiated by the NFD API controller, i.e. updates triggered by
changes in NodeFeature or NodeFeatureRule objects plus updates initiated
by the controller resync period.
2023-08-07 09:37:29 +03:00
..
metrics.go metrics: add nfd_node_update_requests_total counter 2023-08-07 09:37:29 +03:00
nfd-api-controller.go pkg/utils: migrate KlogDump to structured logging 2023-05-31 14:43:08 +03:00
nfd-api-controller_test.go nfd-master: refactor api-controller object handling 2023-04-28 17:33:33 +03:00
nfd-master-internal_test.go nfd-master-internal_test.go rm pkg imported twice 2023-06-21 16:53:55 +08:00
nfd-master.go metrics: add nfd_node_update_requests_total counter 2023-08-07 09:37:29 +03:00
nfd-master_test.go Add master config file 2023-04-03 09:52:09 +01:00
node-updater-pool.go metrics: add nfd_node_update_requests_total counter 2023-08-07 09:37:29 +03:00