We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Collector example in https://github.com/elastic/apm-server/blob/8.10/docs/otel-direct.asciidoc is outdated in two ways:
logging
debug
${..}
${env:...}
It should be updated to avoid using legacy features
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @mx-psi!
Sorry, something went wrong.
This has been on pause while some work was happening to centralise docs - will be fixed by elastic/observability-docs#3518
Successfully merging a pull request may close this issue.
The Collector example in https://github.com/elastic/apm-server/blob/8.10/docs/otel-direct.asciidoc is outdated in two ways:
logging
exporter instead of the recommended replacement, thedebug
exporter${..}
environment variable syntax, instead of the new${env:...}
syntaxIt should be updated to avoid using legacy features
The text was updated successfully, but these errors were encountered: