mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 06:06:05 +01:00
phoenix_controller_render_duration is no longer available in telemetry of Phoenix 1.5+
This commit is contained in:
parent
5aff479951
commit
cbe41408e4
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ defmodule Pleroma.Web.Endpoint.MetricsExporterTest do
|
|||
for metric <- [
|
||||
"http_requests_total",
|
||||
"http_request_duration_microseconds",
|
||||
"phoenix_controller_render_duration",
|
||||
"phoenix_controller_call_duration",
|
||||
"telemetry_scrape_duration",
|
||||
"erlang_vm_memory_atom_bytes_total"
|
||||
|
|
Loading…
Reference in a new issue