Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
757: CAD-790: Tracers for node version. r=CodiePP a=denisshevchenko Issue ----------- - New tracers for node's release, version and commit. Currently, I'm creating the new service for a real-time view of metrics from the node. Since my service is a separate process, it receives these metrics via socket, using `TraceForwarder`/`TraceAcceptor` mechanism. So I need new tracers that will send `LogObject`s with node's release (for example, "Shelley"), version (for example, "1.8.0") and Git commit. It will allow me to show this information in my service. - Please not that currently it doesn't work: I don't see version info in the log! - This PR **does not result** in breaking changes to upstream dependencies. Checklist --------- - [ ] This PR contains all the work required to resolve the linked issue. - [ ] The work contained has sufficient documentation to describe what it does and how to do it. - [ ] The work has sufficient tests and/or testing. - [x] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these. - [x] I have added the appropriate labels to this PR. Co-authored-by: Denis Shevchenko <[email protected]>
- Loading branch information