-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add support for exporting es apm data to otlp-collector #29082
Comments
Hello @LHB6540, I'm having a bit of a hard time understanding your use case and request. It looks like your goal is to no longer use Elasticsearch for your APM data. Are you trying to extract existing traces from Elasticsearch? Is that the correct summary here? Am I missing something? |
Yes, I plan not to use Elastic to process data anymore, but the workload of migrating the collector or code integration framework from Elastic Agent to otlp is huge. I hope otlp-collector can receive the data collected by Elastic Agent and then output it to a storage or processing system that supports otlp. |
I have two suggestions here:
I'll defer to others at this point to give feedback on which would be preferable, or if there's another option I'm missing. |
Pinging code owners for receiver/elasticsearch: @djaglowski @BinaryFissionGames. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners for extension/encoding: @atoulme @dao-jun @dmitryax @MovieStoreGuy @VihasMakwana. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
No response
Is your feature request related to a problem? Please describe.
My organization's original APM efforts were all based on Elastic APM, and when we tried to migrate to OTLP, some parts went very smoothly, such as the Java application, while other languages encountered problems, such as PHP, whose auto-detection required us to upgrade PHP Recent major version updates and code changes. After evaluation, we decided to retain Elastic APM, but our current visualization work has shifted to LOKI, Prometheus, and Grafana stacks. APM is left alone in Elastic APM, which makes our work experience feel more fragmented.
Describe the solution you'd like
Therefore, a good solution is to add support for Elastic APM to OTLP conversion in otlp-collector, so that we can collect data to Tempo, and all observability work will be completed in Grafana. I noticed that opentelemetry-collector can already convert OTLP to ES APM data, I'm not sure if this part of the job should be done by opentelemetry-collector, so I raised the same issues with ES APM. Sorry if this has caused you the wrong confusion.
Describe alternatives you've considered
One alternative that has been considered is to enable Grafana to parse the Trace data of ES APM. Grafana already has an Elasticsearch data source, but it does not support drawing as a Trace view. I have opened issues under Grafana's repository.
grafana/grafana#77907
Additional context
No response
The text was updated successfully, but these errors were encountered: