nodesource / nsolid

N|Solid Runtime
Other
61 stars 4 forks source link

StartupTimes changes/fixes #202

Closed santigimeno closed 1 month ago

santigimeno commented 1 month ago
src: change internal GetStartupTimes() signature

It now returns a `std::map<std::string, uint64_t>`.
The previous implementation that returns a JSON is renamed to
`GetStartupTimesJSON()` which now is used by the public API, to avoid
breakage.
src: remove timeOriginTimestamp from startupTimes
santigimeno commented 1 month ago

Landed in be8ef4124570...481f2340ca70