Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add RPC endpoint to dynamically enable/disable tracing Spans and Events #6691

Open
mattrutherford opened this issue Jul 20, 2020 · 1 comment
Labels
J0-enhancement An additional feature request. U3-nice_to_have Issue is worth doing eventually.

Comments

@mattrutherford
Copy link
Contributor

By overriding Subscriber::register_callsite() we have the possibility to continuously update which tracing Spans and Events we want to subscribe to. This could be useful to diagnose problems without requiring a restart - especially in the case of utilising a dashboard that comprises a feed from multiple running nodes. Automation could be provided to query all nodes (again without restart needed).

@mattrutherford mattrutherford added J0-enhancement An additional feature request. U3-nice_to_have Issue is worth doing eventually. labels Jul 20, 2020
@mattrutherford
Copy link
Contributor Author

See also #6809 for move to refactor entire codebase to tracing

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
J0-enhancement An additional feature request. U3-nice_to_have Issue is worth doing eventually.
Projects
None yet
Development

No branches or pull requests

1 participant