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
  • Loading branch information
povilasv committed Jun 3, 2024
1 parent 6a0a75e commit a609a74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
22 changes: 0 additions & 22 deletions .chloggen/k8s-waiting-status.yaml

This file was deleted.

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 a609a74

Please sign in to comment.