Skip to content

Commit

Permalink
remove k8s.container.status.current_waiting_reason resource attribute (
Browse files Browse the repository at this point in the history
…#1115)

Co-authored-by: Joao Grassi <[email protected]>
  • Loading branch information
povilasv and joaopgrassi authored Jun 4, 2024
1 parent f974aed commit ec6366d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
22 changes: 0 additions & 22 deletions .chloggen/k8s-waiting-status.yaml

This file was deleted.

1 change: 0 additions & 1 deletion docs/attributes-registry/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Kubernetes resource attributes.
| `k8s.cluster.uid` | string | A pseudo-ID for the cluster, set to the UID of the `kube-system` namespace. [1] | `218fc5a9-a5f1-4b54-aa05-46717d0ab26d` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.container.name` | string | The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`). | `redis` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.container.restart_count` | int | Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec. | | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.container.status.current_waiting_reason` | string | Current waiting reason of the Container. | `CrashLoopBackOff` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.container.status.last_terminated_reason` | string | Last terminated reason of the Container. | `Evicted`; `Error` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.cronjob.name` | string | The name of the CronJob. | `opentelemetry` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `k8s.cronjob.uid` | string | The UID of the CronJob. | `275ecb36-5aa8-4c2a-9c47-d8bb681b9aff` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
Expand Down
1 change: 0 additions & 1 deletion docs/resource/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ to a running container.
|---|---|---|---|---|---|
| [`k8s.container.name`](/docs/attributes-registry/k8s.md) | string | The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`). | `redis` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`k8s.container.restart_count`](/docs/attributes-registry/k8s.md) | int | Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec. | | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`k8s.container.status.current_waiting_reason`](/docs/attributes-registry/k8s.md) | string | Current waiting reason of the Container. | `CrashLoopBackOff` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| [`k8s.container.status.last_terminated_reason`](/docs/attributes-registry/k8s.md) | string | Last terminated reason of the Container. | `Evicted`; `Error` | `Recommended` | ![Experimental](https://img.shields.io/badge/-experimental-blue) |


Expand Down
6 changes: 0 additions & 6 deletions model/registry/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ groups:
brief: >
Last terminated reason of the Container.
examples: ["Evicted", "Error"]
- id: container.status.current_waiting_reason
type: string
stability: experimental
brief: >
Current waiting reason of the Container.
examples: ["CrashLoopBackOff"]

- id: replicaset.uid
type: string
Expand Down
1 change: 0 additions & 1 deletion model/resource/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ groups:
- ref: k8s.container.name
- ref: k8s.container.restart_count
- ref: k8s.container.status.last_terminated_reason
- ref: k8s.container.status.current_waiting_reason

- id: k8s.replicaset
prefix: k8s.replicaset
Expand Down

0 comments on commit ec6366d

Please sign in to comment.