logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 79caf3840e40ecd304aa79f42e826abc6329b255
parent 48f7e12e6c139e9cfc8e68b4eaf1695019c9d246
Author: Mark Felder <feld@FreeBSD.org>
Date:   Tue, 27 Oct 2020 14:37:48 -0500

phoenix_controller_render_duration is no longer available in telemetry of Phoenix 1.5+

Diffstat:

Mtest/pleroma/web/endpoint/metrics_exporter_test.exs1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/test/pleroma/web/endpoint/metrics_exporter_test.exs b/test/pleroma/web/endpoint/metrics_exporter_test.exs @@ -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"