ElixirConf 2023 - Chris Bailey - Easy Ergonomic Telemetry in Production w/ Sibyl

Опубликовано: 25 Март 2025
на канале: ElixirConf
1,236
43

Comments at: https://elixirforum.com/t/elixirconf-...

https://github.com/Vetspire/sibyl/tre...

Developers are spoiled by the choice and quality of telemetry & observability options in the OSS and BEAM communities.

With the `:telemetry` library being a de-facto standard used across almost every library conceivable and OpenTelemetry being a widely used, common standard, it brings a lot to the table.

Unfortunately, at Vetspire, we’ve found that much of the work needed to roll out good metrics/traces/telemetry is manual, repetitive, and potentially error-prone.

Over the last few months, we’ve been leveraging our experience rolling out telemetry, our learnings & failures, and some cool Elixir/Erlang features to automate away the “pain” of bootstrapping an easy, ergonomic Telemetry solution for your production apps!