Use a plug for Prometheus metrics

The plug is injected as early as possible in order to respond quickly,
without polluting logs.
This commit is contained in:
Claudio Ortolina
2025-03-04 20:21:15 +00:00
parent d73f2dca3e
commit b111558f07
4 changed files with 24 additions and 11 deletions
+2
View File
@@ -15,6 +15,8 @@ defmodule MusicLibraryWeb.Endpoint do
encrypt: true
]
plug MusicLibraryWeb.Telemetry.Plug, at: "/metrics"
socket "/live", Phoenix.LiveView.Socket,
websocket: [connect_info: [session: @session_options]],
longpoll: [connect_info: [session: @session_options]]