Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAD-790: Tracers for node version. #757

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

denisshevchenko
Copy link
Contributor

@denisshevchenko denisshevchenko commented Apr 3, 2020

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 LogObjects 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.

  • I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

  • I have added the appropriate labels to this PR.

@denisshevchenko denisshevchenko added WIP Work In Progress (cannot be merged yet) help wanted Extra attention is needed labels Apr 3, 2020
@denisshevchenko denisshevchenko force-pushed the cad-790-tracers-for-node-version branch from 89033d1 to 912435f Compare April 3, 2020 05:39
@denisshevchenko denisshevchenko self-assigned this Apr 3, 2020
@denisshevchenko denisshevchenko force-pushed the cad-790-tracers-for-node-version branch from 912435f to 55a6dd0 Compare April 3, 2020 10:51
@denisshevchenko denisshevchenko requested a review from CodiePP April 3, 2020 10:51
@denisshevchenko denisshevchenko force-pushed the cad-790-tracers-for-node-version branch from 55a6dd0 to cf6bce4 Compare April 3, 2020 11:02
@CodiePP CodiePP added byron Required for a Byron mainnet: replace the old core nodes with cardano-node. and removed WIP Work In Progress (cannot be merged yet) help wanted Extra attention is needed labels Apr 3, 2020
@CodiePP
Copy link
Contributor

CodiePP commented Apr 3, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Apr 3, 2020

@iohk-bors iohk-bors bot merged commit d309267 into master Apr 3, 2020
@iohk-bors iohk-bors bot deleted the cad-790-tracers-for-node-version branch April 3, 2020 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
byron Required for a Byron mainnet: replace the old core nodes with cardano-node.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants