Bernardo	Amorim

Bernardo Amorim

Author of typed_ecto_schema. Software Engineer @ Slab

Bernardo got his first contact with programming at about 12 years old by “reverse-engineering” some JS code on a page to transform into a dice roller for DnD sessions with his brother. Starting his professional career with Ruby he ended up getting to know about Elixir at a RubyConf Brasil from a José Valim talk. That knowledge came in handy when he was implementing a banking system from scratch and managed to convince people to use Elixir for most parts of the system at Stone. Now, he is a Software Engineer at Slab.

Talk:
Observable Elixir

Either because things went wrong or because you just want to keep improving your system, you need to be able to understand it. An observable system is one that you can infer its internal state by only using its outputs. Join me while we go through my journey of making an Elixir system observable.

Talk Objectives

  • Understand the high-level view of the “Three Pillars of Observability” (Logs, Metrics and Traces)
  • Understand why `:telemetry` is such an amazing piece of the BEAM ecosystem
  • Understand the value of structured logging and how to implement it
  • Know what metrics are and why they are more suited for analyzing trends and storing data for longer than logs
  • Know how to setup PromEx as an easy way to have prometheus metrics
  • Know what OpenTelemetry is and the current state of OpenTelemetry for the BEAM

Target Audience

  • Intermediate Elixir developers that are running Elixir in production