integer_buckets_testing/integer_buckets_tests/tests/data/synthetic_trace.json

10 lines
No EOL
562 B
JSON

[
{"bucket_id": 0, "value": 10, "timestamp": "2024-01-01T00:00:00Z"},
{"bucket_id": 1, "value": 15, "timestamp": "2024-01-01T00:01:00Z"},
{"bucket_id": 2, "value": 20, "timestamp": "2024-01-01T00:02:00Z"},
{"bucket_id": 3, "value": 25, "timestamp": "2024-01-01T00:03:00Z"},
{"bucket_id": 4, "value": 30, "timestamp": "2024-01-01T00:04:00Z"},
{"bucket_id": 5, "value": 28, "timestamp": "2024-01-01T00:05:00Z"},
{"bucket_id": 6, "value": 32, "timestamp": "2024-01-01T00:06:00Z"},
{"bucket_id": 7, "value": 35, "timestamp": "2024-01-01T00:07:00Z"}
]