You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, noticed some weird behavior in the Prometheus metrics being reported for kube-dns on our cluster. It seems that sky dns is consistently reporting skydns_skydns_dns_error_count_total{cause="nxdomain",system="auth"} with a number higher than skydns_skydns_dns_request_count_total{system="auth"} .
See output from the metrics endpoint below:
# HELP skydns_skydns_dns_cachemiss_count_total Counter of DNS requests that result in a cache miss.
# TYPE skydns_skydns_dns_cachemiss_count_total counter
skydns_skydns_dns_cachemiss_count_total{cache="response"} 4596
# HELP skydns_skydns_dns_error_count_total Counter of DNS requests resulting in an error.
# TYPE skydns_skydns_dns_error_count_total counter
skydns_skydns_dns_error_count_total{cause="nxdomain",system="auth"} 7576
# HELP skydns_skydns_dns_request_count_total Counter of DNS requests made.
# TYPE skydns_skydns_dns_request_count_total counter
skydns_skydns_dns_request_count_total{system="auth"} 4596
Based on the description of these metrics, should this even be possible?
So, noticed some weird behavior in the Prometheus metrics being reported for
kube-dns
on our cluster. It seems that sky dns is consistently reportingskydns_skydns_dns_error_count_total{cause="nxdomain",system="auth"}
with a number higher thanskydns_skydns_dns_request_count_total{system="auth"}
.See output from the metrics endpoint below:
Based on the description of these metrics, should this even be possible?
Versions below:
The text was updated successfully, but these errors were encountered: