Skip to content

Commit

Permalink
Update it-s-alive-instrumenting-phoenix-1.5-with-telemetry-and-liveda…
Browse files Browse the repository at this point in the history
…shboard.md
  • Loading branch information
BTroj committed Aug 21, 2023
1 parent 639e6e3 commit 12676ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ tags:
- Telementry
title: 'Telemetry and LiveDashboard: Elixir Ecosystem Superpowers'
speakers:
- _participants/sophie-debenedetto.md

---
Phoenix 1.5 is here and it comes powered up with out-of-the-box instrumentation and visualization thanks to Telemetry and Live Dashboard.
Expand All @@ -16,4 +15,4 @@ Phoenix now integrates Erlang's Telemetry library to measure and report standard

With the native Telemetry events executed by Phoenix, we can gain visibility into the behavior of our web app--we can measure and report on things like average request times, identify slow endpoints, see when and where errors are spiking and why. The shiny new LiveView telemetry events allow us to gain the same kind of visibility we’re used to seeing for web requests for our WebSocket-powered Live Views! Meanwhile, Ecto events allow us to measure query times, identify slow and expensive queries and more. All of this illustrates just how powerful a tool Telemetry is in our observability tool box.

In this talk, we'll take a tour through Phoenix's new Telemetry offerings and learn how they work together with Live Dashboard. We'll dive under the hood to understand how Live Dashboard leverages Erlang and Elixir's Telemetry libraries to capture and visualize events as metrics and we'll learn how to take advantage of the out-of-the-box Telemetry events emitted by Phoenix and Ecto. There will be an obligatory picture of Frankenstein.
In this talk, we'll take a tour through Phoenix's new Telemetry offerings and learn how they work together with Live Dashboard. We'll dive under the hood to understand how Live Dashboard leverages Erlang and Elixir's Telemetry libraries to capture and visualize events as metrics and we'll learn how to take advantage of the out-of-the-box Telemetry events emitted by Phoenix and Ecto. There will be an obligatory picture of Frankenstein.

0 comments on commit 12676ae

Please sign in to comment.