We want to track our elixir phoenix app using elastic apm. But I could not find an apm agent from elastic.
Someone suggested to use opentelemetry
along with exporter but I am unable to understand how to use that from the docs. I want to track details like the new relic does like errors and all things.
Previously we used new relic for which there is an open source apm agent but now we want to switch to elastic.I am unable to understand how to use span in the app and how to handle multiple span and where to put them. If anyone can help with that or provide alternate solution to use elastic apm it would be great.