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

Implement tracing-instrumentation crate that adds tracing instrumentation #6

Merged
merged 5 commits into from
Jan 16, 2023
Merged

Conversation

tillrohrmann
Copy link
Contributor

Implement tracing-instrumentation crate that adds tracing instrumentation. The tracing instrumentation consists of a stdout logger and jaeger exporter if enabled.

We can add this exception because we are not bundling the generated files,
which are licensed under Unicode-DFS-2016, with our binary. The license would
also be permissive enough to add it as an allowed license.
…tion

The tracing instrumentation sets up logging that can be configured
via RUST_LOG and tracing via Jaeger if enabled.

Whitelist Unicode-DFS-2016.
@tillrohrmann tillrohrmann linked an issue Jan 13, 2023 that may be closed by this pull request
@tillrohrmann tillrohrmann added this to the 1A milestone Jan 13, 2023
@tillrohrmann tillrohrmann self-assigned this Jan 13, 2023
@tillrohrmann tillrohrmann merged commit 441c792 into restatedev:main Jan 16, 2023
@tillrohrmann tillrohrmann deleted the issue#1 branch January 16, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tracing instrumentation
2 participants