etalab / transport-site

Rendre disponible, valoriser et améliorer les données transports
https://transport.data.gouv.fr
198 stars 30 forks source link

Plug.Telemetry manquant de notre application #4190

Closed AntoineAugusti closed 2 months ago

AntoineAugusti commented 2 months ago

Découvert en travaillant sur #4126

Notre application n'a pas le plug Plug.Telemetry dans notre Endpoint web.

As for the missing :endpoint events I believe this can be tracked down to this commitand the upgrade guide does not mention that plug Plug.Telemetry, event_prefix: [:phoenix, :endpoint] should be added to the endpoint file.

Our web endpoint does not include it.

Ce plug est bien dans le template Phoenix.

Est-ce que l'on doit l'ajouter à notre app ? cc @etalab/transport-tech