diff --git a/_keynotes/it-s-alive-instrumenting-phoenix-1.5-with-telemetry-and-livedashboard.md b/_keynotes/it-s-alive-instrumenting-phoenix-1.5-with-telemetry-and-livedashboard.md index 8482505..4226792 100644 --- a/_keynotes/it-s-alive-instrumenting-phoenix-1.5-with-telemetry-and-livedashboard.md +++ b/_keynotes/it-s-alive-instrumenting-phoenix-1.5-with-telemetry-and-livedashboard.md @@ -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. @@ -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. \ No newline at end of file +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.