Skip to content

Create CSV file with metrics

Two attributes are required in the file with. The file must contain a header row with these columns.

Column Description
value The numeric value of the metric
timestamp ISO formated timestamp with UTC offset

Timestamp

The timestamp value must be timezone-aware. Follow this format to preserve the time generated by your system. The format includes the UTC offset.

YYYY-MM-DDTHH:MM:SS(-+0000)

For example this 11:00 pm New York: 2023-10-01T23:00:00-0400

Sample data

value,     timestamp
0.430011995,2023-10-01T11:55:53-0400
0.349576514,2023-10-01T12:10:17-0400
0.331568971,2023-10-01T12:24:41-0400
0.101834487,2023-10-01T12:39:05-0400
0.486052516,2023-10-01T12:53:29-0400
0.218775681,2023-10-01T13:07:53-0400
0.326479185,2023-10-01T13:22:17-0400

Download Sample Files

Metric is a percentage value

Metric is a 3 digit number