Analytics libraries for Phoenix app

What do people here use for server-side analytics? Back in my pre-Elixir days I used to integrate with a third-party analytics platform but I’m finding a drastic lack of already-built (and actively developed and maintained) Elixir libraries for commonly used platforms such as Segment and Mixpanel.

Specifically, I want to track API calls such as object creation, inviting other users, subscription cancellations.and so on.

3 Likes

I know people love Datadog, https://hex.pm/packages?_utf8=✓&search=datadog&sort=recent_downloads

I’ve been using Prometheus, https://hex.pm/packages?_utf8=✓&search=prometheus&sort=recent_downloads

And there’s been a lot of movement around Open Census as well, https://hex.pm/packages?search=opencensus&sort=recent_downloads

New Relic has official Elixir support as well.

3 Likes