diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-27 14:37:48 -0500 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-11-05 16:26:10 +0300 |
commit | 79caf3840e40ecd304aa79f42e826abc6329b255 (patch) | |
tree | c278088c39e2aaf0c93945f099edcc401d891a16 | |
parent | 48f7e12e6c139e9cfc8e68b4eaf1695019c9d246 (diff) | |
download | pleroma-79caf3840e40ecd304aa79f42e826abc6329b255.tar.gz pleroma-79caf3840e40ecd304aa79f42e826abc6329b255.zip |
phoenix_controller_render_duration is no longer available in telemetry of Phoenix 1.5+
-rw-r--r-- | test/pleroma/web/endpoint/metrics_exporter_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pleroma/web/endpoint/metrics_exporter_test.exs b/test/pleroma/web/endpoint/metrics_exporter_test.exs index f954cc1e7..875addc96 100644 --- 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" |