kubernetes/kubernetes

Graduate apiserver metrics to BETA

Open

#136,304 opened on 2026年1月18日

GitHub で見る
 (9 comments) (0 reactions) (1 assignee)Go (122,268 stars) (43,066 forks)batch import
help wantedsig/api-machinerysig/instrumentationtriage/accepted

説明

Parent issue: https://github.com/kubernetes/kubernetes/issues/136107

List of metrics

  • path: staging/src/k8s.io/apiserver/pkg/admission/metrics/metrics.go
    • apiserver_admission_webhook_rejection_count
    • apiserver_admission_webhook_request_total
  • path: staging/src/k8s.io/apiserver/pkg/audit/metrics.go
    • apiserver_audit_error_total
    • apiserver_audit_event_total
    • apiserver_audit_level_total
  • path: staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics/metrics.go
    • apiserver_authorization_webhook_duration_seconds
    • apiserver_authorization_webhook_evaluations_fail_open_total
    • apiserver_authorization_webhook_evaluations_total
  • path: staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go
    • apiserver_client_certificate_expiration_seconds
  • path: staging/src/k8s.io/apiserver/pkg/server/egressselector/metrics/metrics.go
    • apiserver_egress_dialer_dial_duration_seconds
    • apiserver_egress_dialer_dial_failure_count
    • apiserver_egress_dialer_dial_start_total
  • path: staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/metrics/metrics.go
    • apiserver_envelope_encryption_dek_cache_fill_percent
    • apiserver_envelope_encryption_dek_cache_inter_arrival_time_seconds
  • path: staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/metrics.go
    • apiserver_flowcontrol_priority_level_request_utilization
    • apiserver_flowcontrol_priority_level_seat_utilization
    • apiserver_flowcontrol_request_concurrency_in_use
    • apiserver_flowcontrol_request_concurrency_limit
    • apiserver_flowcontrol_request_execution_seconds
    • apiserver_flowcontrol_work_estimated_seats
  • path: staging/src/k8s.io/kube-aggregator/pkg/apiserver/metrics.go
  • path: staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
  • path: staging/src/k8s.io/apiserver/pkg/storage/value/metrics.go
  • path: staging/src/k8s.io/apiserver/pkg/storage/cacher/metrics/metrics.go
    • apiserver_terminated_watchers_total
    • watch_cache_capacity
    • apiserver_watch_cache_consistent_read_total
    • apiserver_watch_cache_events_dispatched_total
    • apiserver_watch_cache_initializations_total
    • apiserver_watch_cache_read_wait_seconds
    • apiserver_watch_cache_resource_version
  • path: staging/src/k8s.io/apiserver/pkg/util/webhook/metrics.go
    • apiserver_webhooks_x509_insecure_sha1_total
    • apiserver_webhooks_x509_missing_san_total

コントリビューターガイド