Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Isabelle COWAN-BERGMAN <[email protected]>
  • Loading branch information
Izzette authored Jun 12, 2024
1 parent c70e36d commit 17b189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/logging/schemas/kube_transition_metrics.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"type": "number"
},
"initialized_timestamp": {
"title": "Running Timestamp",
"title": "initialized Timestamp",
"description": "The timestamp for when the Pod first entered Running state (all init containers exited successfuly and images are pulled). In the event of a pod restart this time is not reset.",
"type": "string",
"format": "date-time"
Expand All @@ -76,7 +76,7 @@
"type": "number"
},
"initialized_to_ready_seconds": {
"title": "Pod Initializing to Running",
"title": "Pod Initialized to Ready",
"description": "The time in seconds from the pod was initialized (Running state) to when it first bacame Ready.",
"type": "number"
}
Expand Down

0 comments on commit 17b189d

Please sign in to comment.