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

Enable OTLP logs exporter by default in the javaagent 2.0 #9008

Closed
mateuszrzeszutek opened this issue Jul 21, 2023 · 0 comments · Fixed by #10055
Closed

Enable OTLP logs exporter by default in the javaagent 2.0 #9008

mateuszrzeszutek opened this issue Jul 21, 2023 · 0 comments · Fixed by #10055
Assignees
Labels
enhancement New feature or request

Comments

@mateuszrzeszutek
Copy link
Member

The aim of this issue is to remove these 3 lines:

// disable the logs exporter by default for the time being
// FIXME remove this in the 2.x branch
.addPropertiesSupplier(() -> singletonMap("otel.logs.exporter", "none"))

This is currently blocked, we'll most likely want to do this just before running the 2.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

2 participants