Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
746 stars 54 forks source link

metrics: send time as ISO8601 #729

Closed d3dave closed 1 year ago

d3dave commented 1 year ago

~The existing get_iso8601_format_time cannot be changed because the server might not support Z-suffixed timestamps, which we've agreed to use for the spark metrics :/~

Agreed to send in long format.

d3dave commented 1 year ago

Also - need to change URL to v2 and remove format_version?

We agreed to keep and increment format_version to 2, right?

Jongy commented 1 year ago

Also - need to change URL to v2 and remove format_version?

We agreed to keep and increment format_version to 2, right?

Yes