MetricsFields
cpu object
The number of virtual CPU cores in the flavor.
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]memory.usages object
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]network.in object
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]network.out object
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]disk.read object
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]disk.write object
The unit of measurement for CPU metrics (e.g., "nanoseconds").
nsAn array containing the column names for CPU metrics. Includes time for the timestamp of the event, granularity for the frequency at which values are sampled, and the performance value in nanoseconds.
["time","granularity","value"]Response payload.
[["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]{
"cpu": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
},
"memory.usages": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
},
"network.in": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
},
"network.out": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
},
"disk.read": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
},
"disk.write": {
"unit": "ns",
"columns": [
"time",
"granularity",
"value"
],
"data": [
[
"2023-09-01T01:19:00+00:00",
60,
1041433070000000
],
[
"2023-09-01T01:24:00+00:00",
60,
1041441320000000
]
]
}
}