@@ -601,7 +601,7 @@ message PodSandboxStatusResponse {
601
601
map <string , string > info = 2 ;
602
602
// Container statuses
603
603
repeated ContainerStatus containers_statuses = 3 ;
604
- // Timestamp at which container and pod statuses were recorded
604
+ // Timestamp in nanoseconds at which container and pod statuses were recorded
605
605
int64 timestamp = 4 ;
606
606
}
607
607
@@ -1344,7 +1344,7 @@ message ContainerResources {
1344
1344
1345
1345
message ContainerUser {
1346
1346
// User identities initially attached to first process in the Linux container.
1347
- // Note that the actual running identity can be changed if the process has enough privilege to do so.
1347
+ // Note that the actual running identity can be changed if the process has enough privilege to do so.
1348
1348
LinuxContainerUser linux = 1 ;
1349
1349
1350
1350
// User identities initially attached to first process in the Windows container
@@ -1863,7 +1863,7 @@ message ContainerEventResponse {
1863
1863
// Type of the container event
1864
1864
ContainerEventType container_event_type = 2 ;
1865
1865
1866
- // Creation timestamp of this event
1866
+ // Creation timestamp in nanoseconds of this event
1867
1867
int64 created_at = 3 ;
1868
1868
1869
1869
// Sandbox status
@@ -1927,7 +1927,7 @@ message Metric {
1927
1927
// otherwise, it will be ignored.
1928
1928
string name = 1 ;
1929
1929
// Timestamp should be 0 if the metric was gathered live.
1930
- // If it was cached, the Timestamp should reflect the time it was collected.
1930
+ // If it was cached, the Timestamp should reflect the time in nanoseconds it was collected.
1931
1931
int64 timestamp = 2 ;
1932
1932
MetricType metric_type = 3 ;
1933
1933
// The corresponding LabelValues to the LabelKeys defined in the MetricDescriptor.
0 commit comments