Articles in this series
Learn the basics of telemetry in Elixir · Maybe you, like me, have found Telemetry while reading Elixir but have had no time to learn more details about...
Learn about the metrics you can collect in Elixir with the telemetry_metrics library · In the previous article, I introduced you to Telemetry. The...
Collect Elixir telemetry and make it available to Prometheus · Yes, just as you read it in the title. I'm going to show you how to send your Elixir...
Collect Elixir metrics, aggregate them with StatsD and visualize them with Graphite · Last time we saw how to send our metrics to Prometheus. This time,...