prometheus operator v0.71.2

PrometheusAgent.spec.containers.resources.requests.[key].status.shardStatuses

The list has one entry per shard. Each entry provides a summary of the shard status.

5 fields
PrometheusAgent.spec.containers.resources.requests.[key].status.shardStatuses fields and descriptions
Field / TypeDescription
availableReplicas
integer required

Total number of available pods (ready for at least minReadySeconds) targeted by this shard.

  • format: int32
replicas
integer required

Total number of pods targeted by this shard.

  • format: int32
shardID
string required

Identifier of the shard.

unavailableReplicas
integer required

Total number of unavailable pods targeted by this shard.

  • format: int32
updatedReplicas
integer required

Total number of non-terminated pods targeted by this shard that have the desired spec.

  • format: int32