Skip to content

Commit

Permalink
Update some metric titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Izzette committed Jun 12, 2024
1 parent c70e36d commit d5b7db4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/SCHEMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ Must be one of:
| + [creation_timestamp](#kube_transition_metrics_pod_creation_timestamp ) | string | Running Timestamp |
| - [scheduled_timestamp](#kube_transition_metrics_pod_scheduled_timestamp ) | string | Scheduled Timestamp |
| - [creation_to_scheduled_seconds](#kube_transition_metrics_pod_creation_to_scheduled_seconds ) | number | Pod Creation to Scheduled |
| - [initialized_timestamp](#kube_transition_metrics_pod_initialized_timestamp ) | string | Running Timestamp |
| - [initialized_timestamp](#kube_transition_metrics_pod_initialized_timestamp ) | string | initialized Timestamp |
| - [creation_to_initialized_seconds](#kube_transition_metrics_pod_creation_to_initialized_seconds ) | number | Pod Creation to Initialized |
| - [scheduled_to_initialized_seconds](#kube_transition_metrics_pod_scheduled_to_initialized_seconds ) | number | Pod Scheduled to Initialized |
| - [ready_timestamp](#kube_transition_metrics_pod_ready_timestamp ) | string | Ready Timestamp |
| - [creation_to_ready_seconds](#kube_transition_metrics_pod_creation_to_ready_seconds ) | number | Pod Creation to Ready |
| - [initialized_to_ready_seconds](#kube_transition_metrics_pod_initialized_to_ready_seconds ) | number | Pod Initializing to Running |
| - [initialized_to_ready_seconds](#kube_transition_metrics_pod_initialized_to_ready_seconds ) | number | Pod Initialized to Ready |

#### <a name="kube_transition_metrics_pod_creation_timestamp"></a>1.6.1. Property `Metric Record > kube_transition_metrics > pod > creation_timestamp`

Expand Down Expand Up @@ -244,7 +244,7 @@ Must be one of:

#### <a name="kube_transition_metrics_pod_initialized_timestamp"></a>1.6.4. Property `Metric Record > kube_transition_metrics > pod > initialized_timestamp`

**Title:** Running Timestamp
**Title:** initialized Timestamp

| | |
| ------------ | ----------- |
Expand Down Expand Up @@ -301,7 +301,7 @@ Must be one of:

#### <a name="kube_transition_metrics_pod_initialized_to_ready_seconds"></a>1.6.9. Property `Metric Record > kube_transition_metrics > pod > initialized_to_ready_seconds`

**Title:** Pod Initializing to Running
**Title:** Pod Initialized to Ready

| | |
| ------------ | -------- |
Expand Down
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 d5b7db4

Please sign in to comment.