-
Notifications
You must be signed in to change notification settings - Fork 527
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
Native OTLP intake #4503
Comments
I think we're going to have to vendor |
Opened open-telemetry/opentelemetry-collector#2395 to propose adding a few simple functions to opentelemetry-collector to keep things simple. |
This was referenced Jan 28, 2021
This was referenced Feb 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add native OpenTelemetry Protocol (OTLP) intake support to APM Server.
We will piggyback on the work done for #3984 to serve on the same port as used for receiving data from Elastic APM agents. Initially we will support OTLP/gRPC, later we can consider extending this to OTLP/HTTP.
The APM Server must be capable of receiving at least traces and metrics over OTLP, as we do with the elastic opentelemetry-collector exporter and we should also consider extending this to receiving logs.
The text was updated successfully, but these errors were encountered: