OpenTelemetry PHP

OpenshiftIncubatingMetrics

Metrics for openshift.

May contain @experimental Semantic Conventions which may change or be removed in the future.

Table of Contents

Constants

OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD  = 'openshift.clusterquota.cpu.limit.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED  = 'openshift.clusterquota.cpu.limit.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD  = 'openshift.clusterquota.cpu.request.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED  = 'openshift.clusterquota.cpu.request.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD  = 'openshift.clusterquota.ephemeral_storage.limit.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED  = 'openshift.clusterquota.ephemeral_storage.limit.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD  = 'openshift.clusterquota.ephemeral_storage.request.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED  = 'openshift.clusterquota.ephemeral_storage.request.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD  = 'openshift.clusterquota.hugepage_count.request.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED  = 'openshift.clusterquota.hugepage_count.request.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD  = 'openshift.clusterquota.memory.limit.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED  = 'openshift.clusterquota.memory.limit.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD  = 'openshift.clusterquota.memory.request.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED  = 'openshift.clusterquota.memory.request.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD  = 'openshift.clusterquota.object_count.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED  = 'openshift.clusterquota.object_count.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD  = 'openshift.clusterquota.persistentvolumeclaim_count.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED  = 'openshift.clusterquota.persistentvolumeclaim_count.used'
The current observed total usage of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD  = 'openshift.clusterquota.storage.request.hard'
The enforced hard limit of the resource across all projects.
OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED  = 'openshift.clusterquota.storage.request.used'
The current observed total usage of the resource across all projects.

Constants

OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_HARD = 'openshift.clusterquota.cpu.limit.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {cpu}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_CPU_LIMIT_USED = 'openshift.clusterquota.cpu.limit.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {cpu}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_HARD = 'openshift.clusterquota.cpu.request.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {cpu}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_CPU_REQUEST_USED = 'openshift.clusterquota.cpu.request.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {cpu}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_HARD = 'openshift.clusterquota.ephemeral_storage.limit.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_LIMIT_USED = 'openshift.clusterquota.ephemeral_storage.limit.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_HARD = 'openshift.clusterquota.ephemeral_storage.request.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_EPHEMERAL_STORAGE_REQUEST_USED = 'openshift.clusterquota.ephemeral_storage.request.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_HARD = 'openshift.clusterquota.hugepage_count.request.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {hugepage}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_HUGEPAGE_COUNT_REQUEST_USED = 'openshift.clusterquota.hugepage_count.request.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {hugepage}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_HARD = 'openshift.clusterquota.memory.limit.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_MEMORY_LIMIT_USED = 'openshift.clusterquota.memory.limit.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_HARD = 'openshift.clusterquota.memory.request.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_MEMORY_REQUEST_USED = 'openshift.clusterquota.memory.request.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_HARD = 'openshift.clusterquota.object_count.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {object}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_OBJECT_COUNT_USED = 'openshift.clusterquota.object_count.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

Instrument: updowncounter Unit: {object}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_HARD = 'openshift.clusterquota.persistentvolumeclaim_count.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

The k8s.storageclass.name should be required when a resource quota is defined for a specific storage class.

Instrument: updowncounter Unit: {persistentvolumeclaim}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_PERSISTENTVOLUMECLAIM_COUNT_USED = 'openshift.clusterquota.persistentvolumeclaim_count.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

The k8s.storageclass.name should be required when a resource quota is defined for a specific storage class.

Instrument: updowncounter Unit: {persistentvolumeclaim}

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD

The enforced hard limit of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_HARD = 'openshift.clusterquota.storage.request.hard'

This metric is retrieved from the Status.Total.Hard field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

The k8s.storageclass.name should be required when a resource quota is defined for a specific storage class.

Instrument: updowncounter Unit: By

Tags
experimental

OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED

The current observed total usage of the resource across all projects.

public mixed OPENSHIFT_CLUSTERQUOTA_STORAGE_REQUEST_USED = 'openshift.clusterquota.storage.request.used'

This metric is retrieved from the Status.Total.Used field of the K8s ResourceQuotaStatus of the ClusterResourceQuota.

The k8s.storageclass.name should be required when a resource quota is defined for a specific storage class.

Instrument: updowncounter Unit: By

Tags
experimental

        
On this page

Search results