You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(profiling/pprof): provide timestamp to export() (#1312)
Currently, the Exporters have to guess what the time range is for the provided
events.
This is not optimal in cases where we don't have any events — even if it
_should_ not happen in practice.
By forcing the caller of the exporter to provide the collection time range, we
can generate data that are actually more precise.
Co-authored-by: Kyle Verhoog <[email protected]>
0 commit comments