Elixir support for Elastic APM

I need to integrate elastic apm in my elixir phoenix application but I didn’t find any official library for elixir.
Can anyone help me if there is any stable libraries out there that I can use in my production application.

I googled and found a few but I am not sure which one is better.
elasticsearch-elixir
elastix

Thanks.

Both of these are client libraries for ES, not libraries for Elastic APM. If you want to have APM then probably the best choice right now is to use OpenTelemetry together with Elastic APM Exporter.

3 Likes

Is there any existing example you know of, that would be helpful.
Thanks for the suggestion.

There is documentation for OpenTelemetry which is still in the works, but contains base informations.