Browse Source

phoenix_controller_render_duration is no longer available in telemetry of Phoenix 1.5+

tags/v2.2.0^2
Mark Felder rinpatch 3 years ago
parent
commit
79caf3840e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      test/pleroma/web/endpoint/metrics_exporter_test.exs

+ 0
- 1
test/pleroma/web/endpoint/metrics_exporter_test.exs View File

@@ -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…
Cancel
Save