phoenix_controller_render_duration is no longer available in telemetry of Phoenix...
authorMark Felder <feld@FreeBSD.org>
Tue, 27 Oct 2020 19:37:48 +0000 (14:37 -0500)
committerrinpatch <rinpatch@sdf.org>
Thu, 5 Nov 2020 13:26:10 +0000 (16:26 +0300)
test/pleroma/web/endpoint/metrics_exporter_test.exs

index f954cc1e758fee0c14217d1dabf1acd41a37636b..875addc96521b737dcec41598989818f9eee0771 100644 (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"