kubernetes/pkg/proxy
Casey Callendrello 2e1a884bf3 pkg/proxy: add last-queued-timestamp metric
This adds a metric, kubeproxy_sync_proxy_rules_last_queued_timestamp,
that captures the last time a change was queued to be applied to the
proxy. This matches the healthz logic, which fails if a pending change
is stale.

This allows us to write alerts that mirror healthz.

Signed-off-by: Casey Callendrello <cdc@redhat.com>
2020-04-21 15:19:32 +02:00
..
apis kube-proxy: add '--bind-address-hard-fail' flag to treat failure to bind to a port as fatal 2020-04-02 13:13:10 +08:00
config kube-proxy: some code cleanup 2020-03-17 21:46:54 +08:00
healthcheck Clean up kube-proxy metrics startup 2020-03-30 10:29:14 -07:00
iptables pkg/proxy: add last-queued-timestamp metric 2020-04-21 15:19:32 +02:00
ipvs pkg/proxy: add last-queued-timestamp metric 2020-04-21 15:19:32 +02:00
metaproxier metaproxier logging for endpoints ipfamily 2020-03-07 11:42:02 +01:00
metrics pkg/proxy: add last-queued-timestamp metric 2020-04-21 15:19:32 +02:00
userspace Make userspace proxy logging quieter 2020-03-20 08:24:02 -04:00
util Cleanup: Change "Ip" to "IP" in func and var names 2020-04-10 15:29:50 -07:00
winkernel pkg/proxy: add last-queued-timestamp metric 2020-04-21 15:19:32 +02:00
winuserspace Cleanup: Change "Ip" to "IP" in func and var names 2020-04-10 15:29:50 -07:00
BUILD Merge pull request #82462 from vllry/dualstack-iptables 2020-01-07 04:38:20 -08:00
doc.go
endpoints_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
endpoints.go kube-proxy: log service and endpoint updates 2020-04-10 15:29:44 -07:00
endpointslicecache_test.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
endpointslicecache.go Ensuring kube-proxy does not mutate shared EndpointSlices 2019-12-10 13:18:04 -08:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service_test.go kube-proxy filter Load Balancer Status ingress 2020-02-11 10:25:59 +01:00
service.go kube-proxy: log service and endpoint updates 2020-04-10 15:29:44 -07:00
topology_test.go Service Topology implementation 2019-11-15 13:36:43 +08:00
topology.go Service Topology implementation 2019-11-15 13:36:43 +08:00
types.go kube-proxy: log service and endpoint updates 2020-04-10 15:29:44 -07:00