Skip to main content

MetricsFields

cpu object

The number of virtual CPU cores in the flavor.

unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
memory.usages object
unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
network.in object
unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
network.out object
unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
disk.read object
unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
disk.write object
unitstring

The unit of measurement for CPU metrics (e.g., "nanoseconds").

Example: ns
columnsstring[]

An 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.

Example: ["time","granularity","value"]
dataobject[][]

Response payload.

Example: [["2023-09-01T01:19:00+00:00",60,1041433070000000],["2023-09-01T01:24:00+00:00",60,1041441320000000]]
MetricsFields
{
"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
]
]
}
}