Docs ยป Supported integrations in Splunk Observability Cloud ยป Configure application receivers for orchestration ยป Kubernetes Controller Manager (deprecated)

Kubernetes Controller Manager (deprecated) ๐Ÿ”—

Note

This monitor is deprecated in favor of the prometheus-exporter monitor. See Prometheus Exporter for more information.

The monitor queries path /metrics by default when no path is configured. It converts the Prometheus metric types to Splunk Observability Cloud metric types as described in the documentation for Prometheus Exporter All Prometheus labels are converted directly to Infrastructure Monitoring dimensions.

Configuration settings ๐Ÿ”—

The following table shows the configuration options for this monitor:

Option

Required

Type

Description

httpTimeout

no

int64

HTTP timeout duration for both read and writes. This should be a

duration string that is accepted by https://golang.org/pkg/time/#ParseDuration (default: 10s)

username

no

string

Basic Auth username to use on each request, if any.

password

no

string

Basic Auth password to use on each request, if any.

useHTTPS

no

bool

If true, the agent will connect to the server using HTTPS

instead of plain HTTP. (default: false)

httpHeaders

no

map of strings

A map of HTTP header names to values. Comma separated multiple

values for the same message-header is supported.

skipVerify

no

bool

If useHTTPS is true and this option is also true, the

exporterโ€™s TLS cert will not be verified. (default: false)

caCertPath

no

string

Path to the CA cert that has signed the TLS cert, unnecessary if

skipVerify is set to false.

clientCertPath

no

string

Path to the client TLS cert to use for TLS required connections

clientKeyPath

no

string

Path to the client TLS key to use for TLS required connections

host

yes

string

Host of the exporter

port

yes

integer

Port of the exporter

useServiceAccount

no

bool

Use pod service account to authenticate. (default:

false)

metricPath

no

string

Path to the metrics endpoint on the exporter server, usually

/metrics (the default). (default: /metrics)

sendAllMetrics

no

bool

Send all the metrics that come out of the Prometheus exporter

without any filtering. This option has no effect when using the Prometheus exporter monitor directly since there is no built-in filtering, only when embedding it in other monitors. (default: false)

Metrics ๐Ÿ”—

These are the metrics available for this integration. All metrics are custom and are only emitted if specified explicitly.

NameDescriptionTypeCategory
ClusterRoleAggregator_adds_total

(Deprecated) Total number of adds handled by workqueue: ClusterRoleAggregator

cumulativeCustom
ClusterRoleAggregator_depth

(Deprecated) Current depth of workqueue: ClusterRoleAggregator

gaugeCustom
ClusterRoleAggregator_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for ClusterRoleAggregator been running.

gaugeCustom
ClusterRoleAggregator_queue_latency_count

(Deprecated) How long an item stays in workqueueClusterRoleAggregator before being requested. (count)

cumulativeCustom
ClusterRoleAggregator_queue_latency

(Deprecated) How long an item stays in workqueueClusterRoleAggregator before being requested. (sum)

cumulativeCustom
ClusterRoleAggregator_queue_latency_quantile

(Deprecated) How long an item stays in workqueueClusterRoleAggregator before being requested. (quantized)

gaugeCustom
ClusterRoleAggregator_retries_total

(Deprecated) Total number of retries handled by workqueue: ClusterRoleAggregator

cumulativeCustom
ClusterRoleAggregator_unfinished_work_seconds

(Deprecated) How many seconds of work ClusterRoleAggregator has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
ClusterRoleAggregator_work_duration_count

(Deprecated) How long processing an item from workqueueClusterRoleAggregator takes. (count)

cumulativeCustom
ClusterRoleAggregator_work_duration

(Deprecated) How long processing an item from workqueueClusterRoleAggregator takes. (sum)

cumulativeCustom
ClusterRoleAggregator_work_duration_quantile

(Deprecated) How long processing an item from workqueueClusterRoleAggregator takes. (quantized)

gaugeCustom
apiserver_audit_event_total

Counter of audit events generated and sent to the audit backend.

cumulativeCustom
apiserver_audit_requests_rejected_total

Counter of apiserver requests rejected due to an error in audit logging backend.

cumulativeCustom
apiserver_client_certificate_expiration_seconds_count

Distribution of the remaining lifetime on the certificate used to authenticate a request. (count)

cumulativeCustom
apiserver_client_certificate_expiration_seconds

Distribution of the remaining lifetime on the certificate used to authenticate a request. (sum)

cumulativeCustom
apiserver_client_certificate_expiration_seconds_bucket

Distribution of the remaining lifetime on the certificate used to authenticate a request. (bucket)

cumulativeCustom
apiserver_storage_data_key_generation_duration_seconds_count

Latencies in seconds of data encryption key(DEK) generation operations. (count)

cumulativeCustom
apiserver_storage_data_key_generation_duration_seconds

Latencies in seconds of data encryption key(DEK) generation operations. (sum)

cumulativeCustom
apiserver_storage_data_key_generation_duration_seconds_bucket

Latencies in seconds of data encryption key(DEK) generation operations. (bucket)

cumulativeCustom
apiserver_storage_data_key_generation_failures_total

Total number of failed data encryption key(DEK) generation operations.

cumulativeCustom
apiserver_storage_data_key_generation_latencies_microseconds_count

(Deprecated) Latencies in microseconds of data encryption key(DEK) generation operations. (count)

cumulativeCustom
apiserver_storage_data_key_generation_latencies_microseconds

(Deprecated) Latencies in microseconds of data encryption key(DEK) generation operations. (sum)

cumulativeCustom
apiserver_storage_data_key_generation_latencies_microseconds_bucket

(Deprecated) Latencies in microseconds of data encryption key(DEK) generation operations. (bucket)

cumulativeCustom
apiserver_storage_envelope_transformation_cache_misses_total

Total number of cache misses while accessing key decryption key(KEK).

cumulativeCustom
attachdetach_controller_forced_detaches_total

Number of times the A/D Controller performed a forced detach

cumulativeCustom
authenticated_user_requests_total

Counter of authenticated requests broken out by username.

cumulativeCustom
bootstrap_signer_queue_adds_total

(Deprecated) Total number of adds handled by workqueue: bootstrap_signer_queue

cumulativeCustom
bootstrap_signer_queue_depth

(Deprecated) Current depth of workqueue: bootstrap_signer_queue

gaugeCustom
bootstrap_signer_queue_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for bootstrap_signer_queue been running.

gaugeCustom
bootstrap_signer_queue_queue_latency_count

(Deprecated) How long an item stays in workqueuebootstrap_signer_queue before being requested. (count)

cumulativeCustom
bootstrap_signer_queue_queue_latency

(Deprecated) How long an item stays in workqueuebootstrap_signer_queue before being requested. (sum)

cumulativeCustom
bootstrap_signer_queue_queue_latency_quantile

(Deprecated) How long an item stays in workqueuebootstrap_signer_queue before being requested. (quantized)

gaugeCustom
bootstrap_signer_queue_retries_total

(Deprecated) Total number of retries handled by workqueue: bootstrap_signer_queue

cumulativeCustom
bootstrap_signer_queue_unfinished_work_seconds

(Deprecated) How many seconds of work bootstrap_signer_queue has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
bootstrap_signer_queue_work_duration_count

(Deprecated) How long processing an item from workqueuebootstrap_signer_queue takes. (count)

cumulativeCustom
bootstrap_signer_queue_work_duration

(Deprecated) How long processing an item from workqueuebootstrap_signer_queue takes. (sum)

cumulativeCustom
bootstrap_signer_queue_work_duration_quantile

(Deprecated) How long processing an item from workqueuebootstrap_signer_queue takes. (quantized)

gaugeCustom
bootstrap_signer_rate_limiter_use

A metric measuring the saturation of the rate limiter for bootstrap_signer

gaugeCustom
certificate_adds_total

(Deprecated) Total number of adds handled by workqueue: certificate

cumulativeCustom
certificate_depth

(Deprecated) Current depth of workqueue: certificate

gaugeCustom
certificate_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for certificate been running.

gaugeCustom
certificate_queue_latency_count

(Deprecated) How long an item stays in workqueuecertificate before being requested. (count)

cumulativeCustom
certificate_queue_latency

(Deprecated) How long an item stays in workqueuecertificate before being requested. (sum)

cumulativeCustom
certificate_queue_latency_quantile

(Deprecated) How long an item stays in workqueuecertificate before being requested. (quantized)

gaugeCustom
certificate_retries_total

(Deprecated) Total number of retries handled by workqueue: certificate

cumulativeCustom
certificate_unfinished_work_seconds

(Deprecated) How many seconds of work certificate has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
certificate_work_duration_count

(Deprecated) How long processing an item from workqueuecertificate takes. (count)

cumulativeCustom
certificate_work_duration

(Deprecated) How long processing an item from workqueuecertificate takes. (sum)

cumulativeCustom
certificate_work_duration_quantile

(Deprecated) How long processing an item from workqueuecertificate takes. (quantized)

gaugeCustom
claims_adds_total

(Deprecated) Total number of adds handled by workqueue: claims

cumulativeCustom
claims_depth

(Deprecated) Current depth of workqueue: claims

gaugeCustom
claims_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for claims been running.

gaugeCustom
claims_queue_latency_count

(Deprecated) How long an item stays in workqueueclaims before being requested. (count)

cumulativeCustom
claims_queue_latency

(Deprecated) How long an item stays in workqueueclaims before being requested. (sum)

cumulativeCustom
claims_queue_latency_quantile

(Deprecated) How long an item stays in workqueueclaims before being requested. (quantized)

gaugeCustom
claims_unfinished_work_seconds

(Deprecated) How many seconds of work claims has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
claims_work_duration_count

(Deprecated) How long processing an item from workqueueclaims takes. (count)

cumulativeCustom
claims_work_duration

(Deprecated) How long processing an item from workqueueclaims takes. (sum)

cumulativeCustom
claims_work_duration_quantile

(Deprecated) How long processing an item from workqueueclaims takes. (quantized)

gaugeCustom
cronjob_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for cronjob_controller

gaugeCustom
daemon_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for daemon_controller

gaugeCustom
daemonset_adds_total

(Deprecated) Total number of adds handled by workqueue: daemonset

cumulativeCustom
daemonset_depth

(Deprecated) Current depth of workqueue: daemonset

gaugeCustom
daemonset_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for daemonset been running.

gaugeCustom
daemonset_queue_latency_count

(Deprecated) How long an item stays in workqueuedaemonset before being requested. (count)

cumulativeCustom
daemonset_queue_latency

(Deprecated) How long an item stays in workqueuedaemonset before being requested. (sum)

cumulativeCustom
daemonset_queue_latency_quantile

(Deprecated) How long an item stays in workqueuedaemonset before being requested. (quantized)

gaugeCustom
daemonset_retries_total

(Deprecated) Total number of retries handled by workqueue: daemonset

cumulativeCustom
daemonset_unfinished_work_seconds

(Deprecated) How many seconds of work daemonset has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
daemonset_work_duration_count

(Deprecated) How long processing an item from workqueuedaemonset takes. (count)

cumulativeCustom
daemonset_work_duration

(Deprecated) How long processing an item from workqueuedaemonset takes. (sum)

cumulativeCustom
daemonset_work_duration_quantile

(Deprecated) How long processing an item from workqueuedaemonset takes. (quantized)

gaugeCustom
deployment_adds_total

(Deprecated) Total number of adds handled by workqueue: deployment

cumulativeCustom
deployment_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for deployment_controller

gaugeCustom
deployment_depth

(Deprecated) Current depth of workqueue: deployment

gaugeCustom
deployment_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for deployment been running.

gaugeCustom
deployment_queue_latency_count

(Deprecated) How long an item stays in workqueuedeployment before being requested. (count)

cumulativeCustom
deployment_queue_latency

(Deprecated) How long an item stays in workqueuedeployment before being requested. (sum)

cumulativeCustom
deployment_queue_latency_quantile

(Deprecated) How long an item stays in workqueuedeployment before being requested. (quantized)

gaugeCustom
deployment_retries_total

(Deprecated) Total number of retries handled by workqueue: deployment

cumulativeCustom
deployment_unfinished_work_seconds

(Deprecated) How many seconds of work deployment has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
deployment_work_duration_count

(Deprecated) How long processing an item from workqueuedeployment takes. (count)

cumulativeCustom
deployment_work_duration

(Deprecated) How long processing an item from workqueuedeployment takes. (sum)

cumulativeCustom
deployment_work_duration_quantile

(Deprecated) How long processing an item from workqueuedeployment takes. (quantized)

gaugeCustom
disruption_adds_total

(Deprecated) Total number of adds handled by workqueue: disruption

cumulativeCustom
disruption_depth

(Deprecated) Current depth of workqueue: disruption

gaugeCustom
disruption_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for disruption been running.

gaugeCustom
disruption_queue_latency_count

(Deprecated) How long an item stays in workqueuedisruption before being requested. (count)

cumulativeCustom
disruption_queue_latency

(Deprecated) How long an item stays in workqueuedisruption before being requested. (sum)

cumulativeCustom
disruption_queue_latency_quantile

(Deprecated) How long an item stays in workqueuedisruption before being requested. (quantized)

gaugeCustom
disruption_recheck_adds_total

(Deprecated) Total number of adds handled by workqueue: disruption_recheck

cumulativeCustom
disruption_recheck_depth

(Deprecated) Current depth of workqueue: disruption_recheck

gaugeCustom
disruption_recheck_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for disruption_recheck been running.

gaugeCustom
disruption_recheck_queue_latency_count

(Deprecated) How long an item stays in workqueuedisruption_recheck before being requested. (count)

cumulativeCustom
disruption_recheck_queue_latency

(Deprecated) How long an item stays in workqueuedisruption_recheck before being requested. (sum)

cumulativeCustom
disruption_recheck_queue_latency_quantile

(Deprecated) How long an item stays in workqueuedisruption_recheck before being requested. (quantized)

gaugeCustom
disruption_recheck_retries_total

(Deprecated) Total number of retries handled by workqueue: disruption_recheck

cumulativeCustom
disruption_recheck_unfinished_work_seconds

(Deprecated) How many seconds of work disruption_recheck has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
disruption_recheck_work_duration_count

(Deprecated) How long processing an item from workqueuedisruption_recheck takes. (count)

cumulativeCustom
disruption_recheck_work_duration

(Deprecated) How long processing an item from workqueuedisruption_recheck takes. (sum)

cumulativeCustom
disruption_recheck_work_duration_quantile

(Deprecated) How long processing an item from workqueuedisruption_recheck takes. (quantized)

gaugeCustom
disruption_retries_total

(Deprecated) Total number of retries handled by workqueue: disruption

cumulativeCustom
disruption_unfinished_work_seconds

(Deprecated) How many seconds of work disruption has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
disruption_work_duration_count

(Deprecated) How long processing an item from workqueuedisruption takes. (count)

cumulativeCustom
disruption_work_duration

(Deprecated) How long processing an item from workqueuedisruption takes. (sum)

cumulativeCustom
disruption_work_duration_quantile

(Deprecated) How long processing an item from workqueuedisruption takes. (quantized)

gaugeCustom
endpoint_adds_total

(Deprecated) Total number of adds handled by workqueue: endpoint

cumulativeCustom
endpoint_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for endpoint_controller

gaugeCustom
endpoint_depth

(Deprecated) Current depth of workqueue: endpoint

gaugeCustom
endpoint_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for endpoint been running.

gaugeCustom
endpoint_queue_latency_count

(Deprecated) How long an item stays in workqueueendpoint before being requested. (count)

cumulativeCustom
endpoint_queue_latency

(Deprecated) How long an item stays in workqueueendpoint before being requested. (sum)

cumulativeCustom
endpoint_queue_latency_quantile

(Deprecated) How long an item stays in workqueueendpoint before being requested. (quantized)

gaugeCustom
endpoint_retries_total

(Deprecated) Total number of retries handled by workqueue: endpoint

cumulativeCustom
endpoint_unfinished_work_seconds

(Deprecated) How many seconds of work endpoint has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
endpoint_work_duration_count

(Deprecated) How long processing an item from workqueueendpoint takes. (count)

cumulativeCustom
endpoint_work_duration

(Deprecated) How long processing an item from workqueueendpoint takes. (sum)

cumulativeCustom
endpoint_work_duration_quantile

(Deprecated) How long processing an item from workqueueendpoint takes. (quantized)

gaugeCustom
garbage_collector_attempt_to_delete_adds_total

(Deprecated) Total number of adds handled by workqueue: garbage_collector_attempt_to_delete

cumulativeCustom
garbage_collector_attempt_to_delete_depth

(Deprecated) Current depth of workqueue: garbage_collector_attempt_to_delete

gaugeCustom
garbage_collector_attempt_to_delete_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for garbage_collector_attempt_to_delete been running.

gaugeCustom
garbage_collector_attempt_to_delete_queue_latency_count

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_delete before being requested. (count)

cumulativeCustom
garbage_collector_attempt_to_delete_queue_latency

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_delete before being requested. (sum)

cumulativeCustom
garbage_collector_attempt_to_delete_queue_latency_quantile

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_delete before being requested. (quantized)

gaugeCustom
garbage_collector_attempt_to_delete_retries_total

(Deprecated) Total number of retries handled by workqueue: garbage_collector_attempt_to_delete

cumulativeCustom
garbage_collector_attempt_to_delete_unfinished_work_seconds

(Deprecated) How many seconds of work garbage_collector_attempt_to_delete has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
garbage_collector_attempt_to_delete_work_duration_count

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_delete takes. (count)

cumulativeCustom
garbage_collector_attempt_to_delete_work_duration

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_delete takes. (sum)

cumulativeCustom
garbage_collector_attempt_to_delete_work_duration_quantile

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_delete takes. (quantized)

gaugeCustom
garbage_collector_attempt_to_orphan_adds_total

(Deprecated) Total number of adds handled by workqueue: garbage_collector_attempt_to_orphan

cumulativeCustom
garbage_collector_attempt_to_orphan_depth

(Deprecated) Current depth of workqueue: garbage_collector_attempt_to_orphan

gaugeCustom
garbage_collector_attempt_to_orphan_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for garbage_collector_attempt_to_orphan been running.

gaugeCustom
garbage_collector_attempt_to_orphan_queue_latency_count

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_orphan before being requested. (count)

cumulativeCustom
garbage_collector_attempt_to_orphan_queue_latency

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_orphan before being requested. (sum)

cumulativeCustom
garbage_collector_attempt_to_orphan_queue_latency_quantile

(Deprecated) How long an item stays in workqueuegarbage_collector_attempt_to_orphan before being requested. (quantized)

gaugeCustom
garbage_collector_attempt_to_orphan_retries_total

(Deprecated) Total number of retries handled by workqueue: garbage_collector_attempt_to_orphan

cumulativeCustom
garbage_collector_attempt_to_orphan_unfinished_work_seconds

(Deprecated) How many seconds of work garbage_collector_attempt_to_orphan has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
garbage_collector_attempt_to_orphan_work_duration_count

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_orphan takes. (count)

cumulativeCustom
garbage_collector_attempt_to_orphan_work_duration

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_orphan takes. (sum)

cumulativeCustom
garbage_collector_attempt_to_orphan_work_duration_quantile

(Deprecated) How long processing an item from workqueuegarbage_collector_attempt_to_orphan takes. (quantized)

gaugeCustom
garbage_collector_graph_changes_adds_total

(Deprecated) Total number of adds handled by workqueue: garbage_collector_graph_changes

cumulativeCustom
garbage_collector_graph_changes_depth

(Deprecated) Current depth of workqueue: garbage_collector_graph_changes

gaugeCustom
garbage_collector_graph_changes_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for garbage_collector_graph_changes been running.

gaugeCustom
garbage_collector_graph_changes_queue_latency_count

(Deprecated) How long an item stays in workqueuegarbage_collector_graph_changes before being requested. (count)

cumulativeCustom
garbage_collector_graph_changes_queue_latency

(Deprecated) How long an item stays in workqueuegarbage_collector_graph_changes before being requested. (sum)

cumulativeCustom
garbage_collector_graph_changes_queue_latency_quantile

(Deprecated) How long an item stays in workqueuegarbage_collector_graph_changes before being requested. (quantized)

gaugeCustom
garbage_collector_graph_changes_retries_total

(Deprecated) Total number of retries handled by workqueue: garbage_collector_graph_changes

cumulativeCustom
garbage_collector_graph_changes_unfinished_work_seconds

(Deprecated) How many seconds of work garbage_collector_graph_changes has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
garbage_collector_graph_changes_work_duration_count

(Deprecated) How long processing an item from workqueuegarbage_collector_graph_changes takes. (count)

cumulativeCustom
garbage_collector_graph_changes_work_duration

(Deprecated) How long processing an item from workqueuegarbage_collector_graph_changes takes. (sum)

cumulativeCustom
garbage_collector_graph_changes_work_duration_quantile

(Deprecated) How long processing an item from workqueuegarbage_collector_graph_changes takes. (quantized)

gaugeCustom
gc_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for gc_controller

gaugeCustom
get_token_count_total

Counter of total Token() requests to the alternate token source

cumulativeCustom
get_token_fail_count_total

Counter of failed Token() requests to the alternate token source

cumulativeCustom
go_gc_duration_seconds_count

A summary of the GC invocation durations. (count)

cumulativeCustom
go_gc_duration_seconds

A summary of the GC invocation durations. (sum)

cumulativeCustom
go_gc_duration_seconds_quantile

A summary of the GC invocation durations. (quantized)

gaugeCustom
go_goroutines

Number of goroutines that currently exist.

gaugeCustom
go_info

Information about the Go environment.

gaugeCustom
go_memstats_alloc_bytes

Number of bytes allocated and still in use.

gaugeCustom
go_memstats_alloc_bytes_total

Total number of bytes allocated, even if freed.

cumulativeCustom
go_memstats_buck_hash_sys_bytes

Number of bytes used by the profiling bucket hash table.

gaugeCustom
go_memstats_frees_total

Total number of frees.

cumulativeCustom
go_memstats_gc_cpu_fraction

The fraction of this program's available CPU time used by the GC since the program started.

gaugeCustom
go_memstats_gc_sys_bytes

Number of bytes used for garbage collection system metadata.

gaugeCustom
go_memstats_heap_alloc_bytes

Number of heap bytes allocated and still in use.

gaugeCustom
go_memstats_heap_idle_bytes

Number of heap bytes waiting to be used.

gaugeCustom
go_memstats_heap_inuse_bytes

Number of heap bytes that are in use.

gaugeCustom
go_memstats_heap_objects

Number of allocated objects.

gaugeCustom
go_memstats_heap_released_bytes

Number of heap bytes released to OS.

gaugeCustom
go_memstats_heap_sys_bytes

Number of heap bytes obtained from system.

gaugeCustom
go_memstats_last_gc_time_seconds

Number of seconds since 1970 of last garbage collection.

gaugeCustom
go_memstats_lookups_total

Total number of pointer lookups.

cumulativeCustom
go_memstats_mallocs_total

Total number of mallocs.

cumulativeCustom
go_memstats_mcache_inuse_bytes

Number of bytes in use by mcache structures.

gaugeCustom
go_memstats_mcache_sys_bytes

Number of bytes used for mcache structures obtained from system.

gaugeCustom
go_memstats_mspan_inuse_bytes

Number of bytes in use by mspan structures.

gaugeCustom
go_memstats_mspan_sys_bytes

Number of bytes used for mspan structures obtained from system.

gaugeCustom
go_memstats_next_gc_bytes

Number of heap bytes when next garbage collection will take place.

gaugeCustom
go_memstats_other_sys_bytes

Number of bytes used for other system allocations.

gaugeCustom
go_memstats_stack_inuse_bytes

Number of bytes in use by the stack allocator.

gaugeCustom
go_memstats_stack_sys_bytes

Number of bytes obtained from system for stack allocator.

gaugeCustom
go_memstats_sys_bytes

Number of bytes obtained from system.

gaugeCustom
go_threads

Number of OS threads created.

gaugeCustom
horizontalpodautoscaler_adds_total

(Deprecated) Total number of adds handled by workqueue: horizontalpodautoscaler

cumulativeCustom
horizontalpodautoscaler_depth

(Deprecated) Current depth of workqueue: horizontalpodautoscaler

gaugeCustom
horizontalpodautoscaler_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for horizontalpodautoscaler been running.

gaugeCustom
horizontalpodautoscaler_queue_latency_count

(Deprecated) How long an item stays in workqueuehorizontalpodautoscaler before being requested. (count)

cumulativeCustom
horizontalpodautoscaler_queue_latency

(Deprecated) How long an item stays in workqueuehorizontalpodautoscaler before being requested. (sum)

cumulativeCustom
horizontalpodautoscaler_queue_latency_quantile

(Deprecated) How long an item stays in workqueuehorizontalpodautoscaler before being requested. (quantized)

gaugeCustom
horizontalpodautoscaler_retries_total

(Deprecated) Total number of retries handled by workqueue: horizontalpodautoscaler

cumulativeCustom
horizontalpodautoscaler_unfinished_work_seconds

(Deprecated) How many seconds of work horizontalpodautoscaler has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
horizontalpodautoscaler_work_duration_count

(Deprecated) How long processing an item from workqueuehorizontalpodautoscaler takes. (count)

cumulativeCustom
horizontalpodautoscaler_work_duration

(Deprecated) How long processing an item from workqueuehorizontalpodautoscaler takes. (sum)

cumulativeCustom
horizontalpodautoscaler_work_duration_quantile

(Deprecated) How long processing an item from workqueuehorizontalpodautoscaler takes. (quantized)

gaugeCustom
http_request_duration_microseconds_count

The HTTP request latencies in microseconds. (count)

cumulativeCustom
http_request_duration_microseconds

The HTTP request latencies in microseconds. (sum)

cumulativeCustom
http_request_duration_microseconds_quantile

The HTTP request latencies in microseconds. (quantized)

gaugeCustom
http_request_size_bytes_count

The HTTP request sizes in bytes. (count)

cumulativeCustom
http_request_size_bytes

The HTTP request sizes in bytes. (sum)

cumulativeCustom
http_request_size_bytes_quantile

The HTTP request sizes in bytes. (quantized)

gaugeCustom
http_requests_total

Total number of HTTP requests made.

cumulativeCustom
http_response_size_bytes_count

The HTTP response sizes in bytes. (count)

cumulativeCustom
http_response_size_bytes

The HTTP response sizes in bytes. (sum)

cumulativeCustom
http_response_size_bytes_quantile

The HTTP response sizes in bytes. (quantized)

gaugeCustom
job_adds_total

(Deprecated) Total number of adds handled by workqueue: job

cumulativeCustom
job_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for job_controller

gaugeCustom
job_depth

(Deprecated) Current depth of workqueue: job

gaugeCustom
job_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for job been running.

gaugeCustom
job_queue_latency_count

(Deprecated) How long an item stays in workqueuejob before being requested. (count)

cumulativeCustom
job_queue_latency

(Deprecated) How long an item stays in workqueuejob before being requested. (sum)

cumulativeCustom
job_queue_latency_quantile

(Deprecated) How long an item stays in workqueuejob before being requested. (quantized)

gaugeCustom
job_retries_total

(Deprecated) Total number of retries handled by workqueue: job

cumulativeCustom
job_unfinished_work_seconds

(Deprecated) How many seconds of work job has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
job_work_duration_count

(Deprecated) How long processing an item from workqueuejob takes. (count)

cumulativeCustom
job_work_duration

(Deprecated) How long processing an item from workqueuejob takes. (sum)

cumulativeCustom
job_work_duration_quantile

(Deprecated) How long processing an item from workqueuejob takes. (quantized)

gaugeCustom
kubernetes_build_info

A metric with a constant '1' value labeled by major, minor, git version, git commit, git tree state, build date, Go version, and compiler from which Kubernetes was built, and platform on which it is running.

gaugeCustom
leader_election_master_status

Gauge of if the reporting system is master of the relevant lease, 0 indicates backup, 1 indicates master. 'name' is the string used to identify the lease. Please make sure to group by name.

gaugeCustom
namespace_adds_total

(Deprecated) Total number of adds handled by workqueue: namespace

cumulativeCustom
namespace_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for namespace_controller

gaugeCustom
namespace_depth

(Deprecated) Current depth of workqueue: namespace

gaugeCustom
namespace_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for namespace been running.

gaugeCustom
namespace_queue_latency_count

(Deprecated) How long an item stays in workqueuenamespace before being requested. (count)

cumulativeCustom
namespace_queue_latency

(Deprecated) How long an item stays in workqueuenamespace before being requested. (sum)

cumulativeCustom
namespace_queue_latency_quantile

(Deprecated) How long an item stays in workqueuenamespace before being requested. (quantized)

gaugeCustom
namespace_retries_total

(Deprecated) Total number of retries handled by workqueue: namespace

cumulativeCustom
namespace_unfinished_work_seconds

(Deprecated) How many seconds of work namespace has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
namespace_work_duration_count

(Deprecated) How long processing an item from workqueuenamespace takes. (count)

cumulativeCustom
namespace_work_duration

(Deprecated) How long processing an item from workqueuenamespace takes. (sum)

cumulativeCustom
namespace_work_duration_quantile

(Deprecated) How long processing an item from workqueuenamespace takes. (quantized)

gaugeCustom
node_collector_evictions_number_total

Number of Node evictions that happened since current instance of NodeController started.

cumulativeCustom
node_collector_unhealthy_nodes_in_zone

Gauge measuring number of not Ready Nodes per zones.

gaugeCustom
node_collector_zone_health

Gauge measuring percentage of healthy nodes per zone.

gaugeCustom
node_collector_zone_size

Gauge measuring number of registered Nodes per zones.

gaugeCustom
node_lifecycle_controller_adds_total

(Deprecated) Total number of adds handled by workqueue: node_lifecycle_controller

cumulativeCustom
node_lifecycle_controller_depth

(Deprecated) Current depth of workqueue: node_lifecycle_controller

gaugeCustom
node_lifecycle_controller_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for node_lifecycle_controller been running.

gaugeCustom
node_lifecycle_controller_queue_latency_count

(Deprecated) How long an item stays in workqueuenode_lifecycle_controller before being requested. (count)

cumulativeCustom
node_lifecycle_controller_queue_latency

(Deprecated) How long an item stays in workqueuenode_lifecycle_controller before being requested. (sum)

cumulativeCustom
node_lifecycle_controller_queue_latency_quantile

(Deprecated) How long an item stays in workqueuenode_lifecycle_controller before being requested. (quantized)

gaugeCustom
node_lifecycle_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for node_lifecycle_controller

gaugeCustom
node_lifecycle_controller_unfinished_work_seconds

(Deprecated) How many seconds of work node_lifecycle_controller has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
node_lifecycle_controller_work_duration_count

(Deprecated) How long processing an item from workqueuenode_lifecycle_controller takes. (count)

cumulativeCustom
node_lifecycle_controller_work_duration

(Deprecated) How long processing an item from workqueuenode_lifecycle_controller takes. (sum)

cumulativeCustom
node_lifecycle_controller_work_duration_quantile

(Deprecated) How long processing an item from workqueuenode_lifecycle_controller takes. (quantized)

gaugeCustom
noexec_taint_node_adds_total

(Deprecated) Total number of adds handled by workqueue: noexec_taint_node

cumulativeCustom
noexec_taint_node_depth

(Deprecated) Current depth of workqueue: noexec_taint_node

gaugeCustom
noexec_taint_node_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for noexec_taint_node been running.

gaugeCustom
noexec_taint_node_queue_latency_count

(Deprecated) How long an item stays in workqueuenoexec_taint_node before being requested. (count)

cumulativeCustom
noexec_taint_node_queue_latency

(Deprecated) How long an item stays in workqueuenoexec_taint_node before being requested. (sum)

cumulativeCustom
noexec_taint_node_queue_latency_quantile

(Deprecated) How long an item stays in workqueuenoexec_taint_node before being requested. (quantized)

gaugeCustom
noexec_taint_node_unfinished_work_seconds

(Deprecated) How many seconds of work noexec_taint_node has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
noexec_taint_node_work_duration_count

(Deprecated) How long processing an item from workqueuenoexec_taint_node takes. (count)

cumulativeCustom
noexec_taint_node_work_duration

(Deprecated) How long processing an item from workqueuenoexec_taint_node takes. (sum)

cumulativeCustom
noexec_taint_node_work_duration_quantile

(Deprecated) How long processing an item from workqueuenoexec_taint_node takes. (quantized)

gaugeCustom
noexec_taint_pod_adds_total

(Deprecated) Total number of adds handled by workqueue: noexec_taint_pod

cumulativeCustom
noexec_taint_pod_depth

(Deprecated) Current depth of workqueue: noexec_taint_pod

gaugeCustom
noexec_taint_pod_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for noexec_taint_pod been running.

gaugeCustom
noexec_taint_pod_queue_latency_count

(Deprecated) How long an item stays in workqueuenoexec_taint_pod before being requested. (count)

cumulativeCustom
noexec_taint_pod_queue_latency

(Deprecated) How long an item stays in workqueuenoexec_taint_pod before being requested. (sum)

cumulativeCustom
noexec_taint_pod_queue_latency_quantile

(Deprecated) How long an item stays in workqueuenoexec_taint_pod before being requested. (quantized)

gaugeCustom
noexec_taint_pod_unfinished_work_seconds

(Deprecated) How many seconds of work noexec_taint_pod has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
noexec_taint_pod_work_duration_count

(Deprecated) How long processing an item from workqueuenoexec_taint_pod takes. (count)

cumulativeCustom
noexec_taint_pod_work_duration

(Deprecated) How long processing an item from workqueuenoexec_taint_pod takes. (sum)

cumulativeCustom
noexec_taint_pod_work_duration_quantile

(Deprecated) How long processing an item from workqueuenoexec_taint_pod takes. (quantized)

gaugeCustom
persistentvolume_protection_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for persistentvolume_protection_controller

gaugeCustom
persistentvolumeclaim_protection_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for persistentvolumeclaim_protection_controller

gaugeCustom
process_cpu_seconds_total

Total user and system CPU time spent in seconds.

cumulativeCustom
process_max_fds

Maximum number of open file descriptors.

gaugeCustom
process_open_fds

Number of open file descriptors.

gaugeCustom
process_resident_memory_bytes

Resident memory size in bytes.

gaugeCustom
process_start_time_seconds

Start time of the process since unix epoch in seconds.

gaugeCustom
process_virtual_memory_bytes

Virtual memory size in bytes.

gaugeCustom
process_virtual_memory_max_bytes

Maximum amount of virtual memory available in bytes.

gaugeCustom
pvcprotection_adds_total

(Deprecated) Total number of adds handled by workqueue: pvcprotection

cumulativeCustom
pvcprotection_depth

(Deprecated) Current depth of workqueue: pvcprotection

gaugeCustom
pvcprotection_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for pvcprotection been running.

gaugeCustom
pvcprotection_queue_latency_count

(Deprecated) How long an item stays in workqueuepvcprotection before being requested. (count)

cumulativeCustom
pvcprotection_queue_latency

(Deprecated) How long an item stays in workqueuepvcprotection before being requested. (sum)

cumulativeCustom
pvcprotection_queue_latency_quantile

(Deprecated) How long an item stays in workqueuepvcprotection before being requested. (quantized)

gaugeCustom
pvcprotection_retries_total

(Deprecated) Total number of retries handled by workqueue: pvcprotection

cumulativeCustom
pvcprotection_unfinished_work_seconds

(Deprecated) How many seconds of work pvcprotection has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
pvcprotection_work_duration_count

(Deprecated) How long processing an item from workqueuepvcprotection takes. (count)

cumulativeCustom
pvcprotection_work_duration

(Deprecated) How long processing an item from workqueuepvcprotection takes. (sum)

cumulativeCustom
pvcprotection_work_duration_quantile

(Deprecated) How long processing an item from workqueuepvcprotection takes. (quantized)

gaugeCustom
pvcs_adds_total

(Deprecated) Total number of adds handled by workqueue: pvcs

cumulativeCustom
pvcs_depth

(Deprecated) Current depth of workqueue: pvcs

gaugeCustom
pvcs_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for pvcs been running.

gaugeCustom
pvcs_queue_latency_count

(Deprecated) How long an item stays in workqueuepvcs before being requested. (count)

cumulativeCustom
pvcs_queue_latency

(Deprecated) How long an item stays in workqueuepvcs before being requested. (sum)

cumulativeCustom
pvcs_queue_latency_quantile

(Deprecated) How long an item stays in workqueuepvcs before being requested. (quantized)

gaugeCustom
pvcs_retries_total

(Deprecated) Total number of retries handled by workqueue: pvcs

cumulativeCustom
pvcs_unfinished_work_seconds

(Deprecated) How many seconds of work pvcs has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
pvcs_work_duration_count

(Deprecated) How long processing an item from workqueuepvcs takes. (count)

cumulativeCustom
pvcs_work_duration

(Deprecated) How long processing an item from workqueuepvcs takes. (sum)

cumulativeCustom
pvcs_work_duration_quantile

(Deprecated) How long processing an item from workqueuepvcs takes. (quantized)

gaugeCustom
pvprotection_adds_total

(Deprecated) Total number of adds handled by workqueue: pvprotection

cumulativeCustom
pvprotection_depth

(Deprecated) Current depth of workqueue: pvprotection

gaugeCustom
pvprotection_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for pvprotection been running.

gaugeCustom
pvprotection_queue_latency_count

(Deprecated) How long an item stays in workqueuepvprotection before being requested. (count)

cumulativeCustom
pvprotection_queue_latency

(Deprecated) How long an item stays in workqueuepvprotection before being requested. (sum)

cumulativeCustom
pvprotection_queue_latency_quantile

(Deprecated) How long an item stays in workqueuepvprotection before being requested. (quantized)

gaugeCustom
pvprotection_retries_total

(Deprecated) Total number of retries handled by workqueue: pvprotection

cumulativeCustom
pvprotection_unfinished_work_seconds

(Deprecated) How many seconds of work pvprotection has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
pvprotection_work_duration_count

(Deprecated) How long processing an item from workqueuepvprotection takes. (count)

cumulativeCustom
pvprotection_work_duration

(Deprecated) How long processing an item from workqueuepvprotection takes. (sum)

cumulativeCustom
pvprotection_work_duration_quantile

(Deprecated) How long processing an item from workqueuepvprotection takes. (quantized)

gaugeCustom
replicaset_adds_total

(Deprecated) Total number of adds handled by workqueue: replicaset

cumulativeCustom
replicaset_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for replicaset_controller

gaugeCustom
replicaset_depth

(Deprecated) Current depth of workqueue: replicaset

gaugeCustom
replicaset_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for replicaset been running.

gaugeCustom
replicaset_queue_latency_count

(Deprecated) How long an item stays in workqueuereplicaset before being requested. (count)

cumulativeCustom
replicaset_queue_latency

(Deprecated) How long an item stays in workqueuereplicaset before being requested. (sum)

cumulativeCustom
replicaset_queue_latency_quantile

(Deprecated) How long an item stays in workqueuereplicaset before being requested. (quantized)

gaugeCustom
replicaset_retries_total

(Deprecated) Total number of retries handled by workqueue: replicaset

cumulativeCustom
replicaset_unfinished_work_seconds

(Deprecated) How many seconds of work replicaset has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
replicaset_work_duration_count

(Deprecated) How long processing an item from workqueuereplicaset takes. (count)

cumulativeCustom
replicaset_work_duration

(Deprecated) How long processing an item from workqueuereplicaset takes. (sum)

cumulativeCustom
replicaset_work_duration_quantile

(Deprecated) How long processing an item from workqueuereplicaset takes. (quantized)

gaugeCustom
replication_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for replication_controller

gaugeCustom
replicationmanager_adds_total

(Deprecated) Total number of adds handled by workqueue: replicationmanager

cumulativeCustom
replicationmanager_depth

(Deprecated) Current depth of workqueue: replicationmanager

gaugeCustom
replicationmanager_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for replicationmanager been running.

gaugeCustom
replicationmanager_queue_latency_count

(Deprecated) How long an item stays in workqueuereplicationmanager before being requested. (count)

cumulativeCustom
replicationmanager_queue_latency

(Deprecated) How long an item stays in workqueuereplicationmanager before being requested. (sum)

cumulativeCustom
replicationmanager_queue_latency_quantile

(Deprecated) How long an item stays in workqueuereplicationmanager before being requested. (quantized)

gaugeCustom
replicationmanager_retries_total

(Deprecated) Total number of retries handled by workqueue: replicationmanager

cumulativeCustom
replicationmanager_unfinished_work_seconds

(Deprecated) How many seconds of work replicationmanager has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
replicationmanager_work_duration_count

(Deprecated) How long processing an item from workqueuereplicationmanager takes. (count)

cumulativeCustom
replicationmanager_work_duration

(Deprecated) How long processing an item from workqueuereplicationmanager takes. (sum)

cumulativeCustom
replicationmanager_work_duration_quantile

(Deprecated) How long processing an item from workqueuereplicationmanager takes. (quantized)

gaugeCustom
resource_quota_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for resource_quota_controller

gaugeCustom
resource_quota_controller_resource_changes_adds_total

(Deprecated) Total number of adds handled by workqueue: resource_quota_controller_resource_changes

cumulativeCustom
resource_quota_controller_resource_changes_depth

(Deprecated) Current depth of workqueue: resource_quota_controller_resource_changes

gaugeCustom
resource_quota_controller_resource_changes_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for resource_quota_controller_resource_changes been running.

gaugeCustom
resource_quota_controller_resource_changes_queue_latency_count

(Deprecated) How long an item stays in workqueueresource_quota_controller_resource_changes before being requested. (count)

cumulativeCustom
resource_quota_controller_resource_changes_queue_latency

(Deprecated) How long an item stays in workqueueresource_quota_controller_resource_changes before being requested. (sum)

cumulativeCustom
resource_quota_controller_resource_changes_queue_latency_quantile

(Deprecated) How long an item stays in workqueueresource_quota_controller_resource_changes before being requested. (quantized)

gaugeCustom
resource_quota_controller_resource_changes_retries_total

(Deprecated) Total number of retries handled by workqueue: resource_quota_controller_resource_changes

cumulativeCustom
resource_quota_controller_resource_changes_unfinished_work_seconds

(Deprecated) How many seconds of work resource_quota_controller_resource_changes has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
resource_quota_controller_resource_changes_work_duration_count

(Deprecated) How long processing an item from workqueueresource_quota_controller_resource_changes takes. (count)

cumulativeCustom
resource_quota_controller_resource_changes_work_duration

(Deprecated) How long processing an item from workqueueresource_quota_controller_resource_changes takes. (sum)

cumulativeCustom
resource_quota_controller_resource_changes_work_duration_quantile

(Deprecated) How long processing an item from workqueueresource_quota_controller_resource_changes takes. (quantized)

gaugeCustom
resourcequota_primary_adds_total

(Deprecated) Total number of adds handled by workqueue: resourcequota_primary

cumulativeCustom
resourcequota_primary_depth

(Deprecated) Current depth of workqueue: resourcequota_primary

gaugeCustom
resourcequota_primary_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for resourcequota_primary been running.

gaugeCustom
resourcequota_primary_queue_latency_count

(Deprecated) How long an item stays in workqueueresourcequota_primary before being requested. (count)

cumulativeCustom
resourcequota_primary_queue_latency

(Deprecated) How long an item stays in workqueueresourcequota_primary before being requested. (sum)

cumulativeCustom
resourcequota_primary_queue_latency_quantile

(Deprecated) How long an item stays in workqueueresourcequota_primary before being requested. (quantized)

gaugeCustom
resourcequota_primary_retries_total

(Deprecated) Total number of retries handled by workqueue: resourcequota_primary

cumulativeCustom
resourcequota_primary_unfinished_work_seconds

(Deprecated) How many seconds of work resourcequota_primary has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
resourcequota_primary_work_duration_count

(Deprecated) How long processing an item from workqueueresourcequota_primary takes. (count)

cumulativeCustom
resourcequota_primary_work_duration

(Deprecated) How long processing an item from workqueueresourcequota_primary takes. (sum)

cumulativeCustom
resourcequota_primary_work_duration_quantile

(Deprecated) How long processing an item from workqueueresourcequota_primary takes. (quantized)

gaugeCustom
resourcequota_priority_adds_total

(Deprecated) Total number of adds handled by workqueue: resourcequota_priority

cumulativeCustom
resourcequota_priority_depth

(Deprecated) Current depth of workqueue: resourcequota_priority

gaugeCustom
resourcequota_priority_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for resourcequota_priority been running.

gaugeCustom
resourcequota_priority_queue_latency_count

(Deprecated) How long an item stays in workqueueresourcequota_priority before being requested. (count)

cumulativeCustom
resourcequota_priority_queue_latency

(Deprecated) How long an item stays in workqueueresourcequota_priority before being requested. (sum)

cumulativeCustom
resourcequota_priority_queue_latency_quantile

(Deprecated) How long an item stays in workqueueresourcequota_priority before being requested. (quantized)

gaugeCustom
resourcequota_priority_retries_total

(Deprecated) Total number of retries handled by workqueue: resourcequota_priority

cumulativeCustom
resourcequota_priority_unfinished_work_seconds

(Deprecated) How many seconds of work resourcequota_priority has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
resourcequota_priority_work_duration_count

(Deprecated) How long processing an item from workqueueresourcequota_priority takes. (count)

cumulativeCustom
resourcequota_priority_work_duration

(Deprecated) How long processing an item from workqueueresourcequota_priority takes. (sum)

cumulativeCustom
resourcequota_priority_work_duration_quantile

(Deprecated) How long processing an item from workqueueresourcequota_priority takes. (quantized)

gaugeCustom
rest_client_request_duration_seconds_count

Request latency in seconds. Broken down by verb and URL. (count)

cumulativeCustom
rest_client_request_duration_seconds

Request latency in seconds. Broken down by verb and URL. (sum)

cumulativeCustom
rest_client_request_duration_seconds_bucket

Request latency in seconds. Broken down by verb and URL. (bucket)

cumulativeCustom
rest_client_request_latency_seconds_count

(Deprecated) Request latency in seconds. Broken down by verb and URL. (count)

cumulativeCustom
rest_client_request_latency_seconds

(Deprecated) Request latency in seconds. Broken down by verb and URL. (sum)

cumulativeCustom
rest_client_request_latency_seconds_bucket

(Deprecated) Request latency in seconds. Broken down by verb and URL. (bucket)

cumulativeDefault
rest_client_requests_total

Number of HTTP requests, partitioned by status code, method, and host.

cumulativeDefault
service_adds_total

(Deprecated) Total number of adds handled by workqueue: service

cumulativeCustom
service_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for service_controller

gaugeCustom
service_depth

(Deprecated) Current depth of workqueue: service

gaugeCustom
service_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for service been running.

gaugeCustom
service_queue_latency_count

(Deprecated) How long an item stays in workqueueservice before being requested. (count)

cumulativeCustom
service_queue_latency

(Deprecated) How long an item stays in workqueueservice before being requested. (sum)

cumulativeCustom
service_queue_latency_quantile

(Deprecated) How long an item stays in workqueueservice before being requested. (quantized)

gaugeCustom
service_retries_total

(Deprecated) Total number of retries handled by workqueue: service

cumulativeCustom
service_unfinished_work_seconds

(Deprecated) How many seconds of work service has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
service_work_duration_count

(Deprecated) How long processing an item from workqueueservice takes. (count)

cumulativeCustom
service_work_duration

(Deprecated) How long processing an item from workqueueservice takes. (sum)

cumulativeCustom
service_work_duration_quantile

(Deprecated) How long processing an item from workqueueservice takes. (quantized)

gaugeCustom
serviceaccount_adds_total

(Deprecated) Total number of adds handled by workqueue: serviceaccount

cumulativeCustom
serviceaccount_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for serviceaccount_controller

gaugeCustom
serviceaccount_depth

(Deprecated) Current depth of workqueue: serviceaccount

gaugeCustom
serviceaccount_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for serviceaccount been running.

gaugeCustom
serviceaccount_queue_latency_count

(Deprecated) How long an item stays in workqueueserviceaccount before being requested. (count)

cumulativeCustom
serviceaccount_queue_latency

(Deprecated) How long an item stays in workqueueserviceaccount before being requested. (sum)

cumulativeCustom
serviceaccount_queue_latency_quantile

(Deprecated) How long an item stays in workqueueserviceaccount before being requested. (quantized)

gaugeCustom
serviceaccount_retries_total

(Deprecated) Total number of retries handled by workqueue: serviceaccount

cumulativeCustom
serviceaccount_tokens_controller_rate_limiter_use

A metric measuring the saturation of the rate limiter for serviceaccount_tokens_controller

gaugeCustom
serviceaccount_tokens_secret_adds_total

(Deprecated) Total number of adds handled by workqueue: serviceaccount_tokens_secret

cumulativeCustom
serviceaccount_tokens_secret_depth

(Deprecated) Current depth of workqueue: serviceaccount_tokens_secret

gaugeCustom
serviceaccount_tokens_secret_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for serviceaccount_tokens_secret been running.

gaugeCustom
serviceaccount_tokens_secret_queue_latency_count

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_secret before being requested. (count)

cumulativeCustom
serviceaccount_tokens_secret_queue_latency

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_secret before being requested. (sum)

cumulativeCustom
serviceaccount_tokens_secret_queue_latency_quantile

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_secret before being requested. (quantized)

gaugeCustom
serviceaccount_tokens_secret_retries_total

(Deprecated) Total number of retries handled by workqueue: serviceaccount_tokens_secret

cumulativeCustom
serviceaccount_tokens_secret_unfinished_work_seconds

(Deprecated) How many seconds of work serviceaccount_tokens_secret has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
serviceaccount_tokens_secret_work_duration_count

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_secret takes. (count)

cumulativeCustom
serviceaccount_tokens_secret_work_duration

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_secret takes. (sum)

cumulativeCustom
serviceaccount_tokens_secret_work_duration_quantile

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_secret takes. (quantized)

gaugeCustom
serviceaccount_tokens_service_adds_total

(Deprecated) Total number of adds handled by workqueue: serviceaccount_tokens_service

cumulativeCustom
serviceaccount_tokens_service_depth

(Deprecated) Current depth of workqueue: serviceaccount_tokens_service

gaugeCustom
serviceaccount_tokens_service_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for serviceaccount_tokens_service been running.

gaugeCustom
serviceaccount_tokens_service_queue_latency_count

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_service before being requested. (count)

cumulativeCustom
serviceaccount_tokens_service_queue_latency

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_service before being requested. (sum)

cumulativeCustom
serviceaccount_tokens_service_queue_latency_quantile

(Deprecated) How long an item stays in workqueueserviceaccount_tokens_service before being requested. (quantized)

gaugeCustom
serviceaccount_tokens_service_retries_total

(Deprecated) Total number of retries handled by workqueue: serviceaccount_tokens_service

cumulativeCustom
serviceaccount_tokens_service_unfinished_work_seconds

(Deprecated) How many seconds of work serviceaccount_tokens_service has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
serviceaccount_tokens_service_work_duration_count

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_service takes. (count)

cumulativeCustom
serviceaccount_tokens_service_work_duration

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_service takes. (sum)

cumulativeCustom
serviceaccount_tokens_service_work_duration_quantile

(Deprecated) How long processing an item from workqueueserviceaccount_tokens_service takes. (quantized)

gaugeCustom
serviceaccount_unfinished_work_seconds

(Deprecated) How many seconds of work serviceaccount has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
serviceaccount_work_duration_count

(Deprecated) How long processing an item from workqueueserviceaccount takes. (count)

cumulativeCustom
serviceaccount_work_duration

(Deprecated) How long processing an item from workqueueserviceaccount takes. (sum)

cumulativeCustom
serviceaccount_work_duration_quantile

(Deprecated) How long processing an item from workqueueserviceaccount takes. (quantized)

gaugeCustom
statefulset_adds_total

(Deprecated) Total number of adds handled by workqueue: statefulset

cumulativeCustom
statefulset_depth

(Deprecated) Current depth of workqueue: statefulset

gaugeCustom
statefulset_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for statefulset been running.

gaugeCustom
statefulset_queue_latency_count

(Deprecated) How long an item stays in workqueuestatefulset before being requested. (count)

cumulativeCustom
statefulset_queue_latency

(Deprecated) How long an item stays in workqueuestatefulset before being requested. (sum)

cumulativeCustom
statefulset_queue_latency_quantile

(Deprecated) How long an item stays in workqueuestatefulset before being requested. (quantized)

gaugeCustom
statefulset_retries_total

(Deprecated) Total number of retries handled by workqueue: statefulset

cumulativeCustom
statefulset_unfinished_work_seconds

(Deprecated) How many seconds of work statefulset has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
statefulset_work_duration_count

(Deprecated) How long processing an item from workqueuestatefulset takes. (count)

cumulativeCustom
statefulset_work_duration

(Deprecated) How long processing an item from workqueuestatefulset takes. (sum)

cumulativeCustom
statefulset_work_duration_quantile

(Deprecated) How long processing an item from workqueuestatefulset takes. (quantized)

gaugeCustom
token_cleaner_adds_total

(Deprecated) Total number of adds handled by workqueue: token_cleaner

cumulativeCustom
token_cleaner_depth

(Deprecated) Current depth of workqueue: token_cleaner

gaugeCustom
token_cleaner_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for token_cleaner been running.

gaugeCustom
token_cleaner_queue_latency_count

(Deprecated) How long an item stays in workqueuetoken_cleaner before being requested. (count)

cumulativeCustom
token_cleaner_queue_latency

(Deprecated) How long an item stays in workqueuetoken_cleaner before being requested. (sum)

cumulativeCustom
token_cleaner_queue_latency_quantile

(Deprecated) How long an item stays in workqueuetoken_cleaner before being requested. (quantized)

gaugeCustom
token_cleaner_rate_limiter_use

A metric measuring the saturation of the rate limiter for token_cleaner

gaugeCustom
token_cleaner_retries_total

(Deprecated) Total number of retries handled by workqueue: token_cleaner

cumulativeCustom
token_cleaner_unfinished_work_seconds

(Deprecated) How many seconds of work token_cleaner has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
token_cleaner_work_duration_count

(Deprecated) How long processing an item from workqueuetoken_cleaner takes. (count)

cumulativeCustom
token_cleaner_work_duration

(Deprecated) How long processing an item from workqueuetoken_cleaner takes. (sum)

cumulativeCustom
token_cleaner_work_duration_quantile

(Deprecated) How long processing an item from workqueuetoken_cleaner takes. (quantized)

gaugeCustom
ttlcontroller_adds_total

(Deprecated) Total number of adds handled by workqueue: ttlcontroller

cumulativeCustom
ttlcontroller_depth

(Deprecated) Current depth of workqueue: ttlcontroller

gaugeCustom
ttlcontroller_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for ttlcontroller been running.

gaugeCustom
ttlcontroller_queue_latency_count

(Deprecated) How long an item stays in workqueuettlcontroller before being requested. (count)

cumulativeCustom
ttlcontroller_queue_latency

(Deprecated) How long an item stays in workqueuettlcontroller before being requested. (sum)

cumulativeCustom
ttlcontroller_queue_latency_quantile

(Deprecated) How long an item stays in workqueuettlcontroller before being requested. (quantized)

gaugeCustom
ttlcontroller_retries_total

(Deprecated) Total number of retries handled by workqueue: ttlcontroller

cumulativeCustom
ttlcontroller_unfinished_work_seconds

(Deprecated) How many seconds of work ttlcontroller has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
ttlcontroller_work_duration_count

(Deprecated) How long processing an item from workqueuettlcontroller takes. (count)

cumulativeCustom
ttlcontroller_work_duration

(Deprecated) How long processing an item from workqueuettlcontroller takes. (sum)

cumulativeCustom
ttlcontroller_work_duration_quantile

(Deprecated) How long processing an item from workqueuettlcontroller takes. (quantized)

gaugeCustom
volume_expand_adds_total

(Deprecated) Total number of adds handled by workqueue: volume_expand

cumulativeCustom
volume_expand_depth

(Deprecated) Current depth of workqueue: volume_expand

gaugeCustom
volume_expand_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for volume_expand been running.

gaugeCustom
volume_expand_queue_latency_count

(Deprecated) How long an item stays in workqueuevolume_expand before being requested. (count)

cumulativeCustom
volume_expand_queue_latency

(Deprecated) How long an item stays in workqueuevolume_expand before being requested. (sum)

cumulativeCustom
volume_expand_queue_latency_quantile

(Deprecated) How long an item stays in workqueuevolume_expand before being requested. (quantized)

gaugeCustom
volume_expand_retries_total

(Deprecated) Total number of retries handled by workqueue: volume_expand

cumulativeCustom
volume_expand_unfinished_work_seconds

(Deprecated) How many seconds of work volume_expand has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
volume_expand_work_duration_count

(Deprecated) How long processing an item from workqueuevolume_expand takes. (count)

cumulativeCustom
volume_expand_work_duration

(Deprecated) How long processing an item from workqueuevolume_expand takes. (sum)

cumulativeCustom
volume_expand_work_duration_quantile

(Deprecated) How long processing an item from workqueuevolume_expand takes. (quantized)

gaugeCustom
volumes_adds_total

(Deprecated) Total number of adds handled by workqueue: volumes

cumulativeCustom
volumes_depth

(Deprecated) Current depth of workqueue: volumes

gaugeCustom
volumes_longest_running_processor_microseconds

(Deprecated) How many microseconds has the longest running processor for volumes been running.

gaugeCustom
volumes_queue_latency_count

(Deprecated) How long an item stays in workqueuevolumes before being requested. (count)

cumulativeCustom
volumes_queue_latency

(Deprecated) How long an item stays in workqueuevolumes before being requested. (sum)

cumulativeCustom
volumes_queue_latency_quantile

(Deprecated) How long an item stays in workqueuevolumes before being requested. (quantized)

gaugeCustom
volumes_unfinished_work_seconds

(Deprecated) How many seconds of work volumes has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
volumes_work_duration_count

(Deprecated) How long processing an item from workqueuevolumes takes. (count)

cumulativeCustom
volumes_work_duration

(Deprecated) How long processing an item from workqueuevolumes takes. (sum)

cumulativeCustom
volumes_work_duration_quantile

(Deprecated) How long processing an item from workqueuevolumes takes. (quantized)

gaugeCustom
workqueue_adds_total

Total number of adds handled by workqueue

cumulativeDefault
workqueue_depth

Current depth of workqueue

gaugeDefault
workqueue_longest_running_processor_seconds

How many seconds has the longest running processor for workqueue been running.

gaugeCustom
workqueue_queue_duration_seconds_count

How long in seconds an item stays in workqueue before being requested. (count)

cumulativeCustom
workqueue_queue_duration_seconds

How long in seconds an item stays in workqueue before being requested. (sum)

cumulativeCustom
workqueue_queue_duration_seconds_bucket

How long in seconds an item stays in workqueue before being requested. (bucket)

cumulativeDefault
workqueue_retries_total

Total number of retries handled by workqueue

cumulativeCustom
workqueue_unfinished_work_seconds

How many seconds of work has done that is in progress and hasn't been observed by work_duration. Large values indicate stuck threads. One can deduce the number of stuck threads by observing the rate at which this increases.

gaugeCustom
workqueue_work_duration_seconds_count

How long in seconds processing an item from workqueue takes. (count)

cumulativeCustom
workqueue_work_duration_seconds

How long in seconds processing an item from workqueue takes. (sum)

cumulativeCustom
workqueue_work_duration_seconds_bucket

How long in seconds processing an item from workqueue takes. (bucket)

cumulativeCustom

Notes ๐Ÿ”—

  • To learn more about the available in Splunk Observability Cloud see Metric types

  • In host-based subscription plans, default metrics are those metrics included in host-based subscriptions in Splunk Observability Cloud, such as host, container, or bundled metrics. Custom metrics are not provided by default and might be subject to charges. See Metric categories for more information.

  • In MTS-based subscription plans, all metrics are custom.

  • To add additional metrics, see how to configure extraMetrics in Add additional metrics

Troubleshooting ๐Ÿ”—

If you are a Splunk Observability Cloud customer and are not able to see your data in Splunk Observability Cloud, you can get help in the following ways.

Available to Splunk Observability Cloud customers

Available to prospective customers and free trial users

  • Ask a question and get answers through community support at Splunk Answers .

  • Join the Splunk #observability user group Slack channel to communicate with customers, partners, and Splunk employees worldwide. To join, see Chat groups in the Get Started with Splunk Community manual.

This page was last updated on Feb 11, 2025.