Remove finch req duration by path metric

Paths are too many and too long
This commit is contained in:
Claudio Ortolina
2026-03-06 15:06:39 +00:00
parent 63e44518a3
commit c1e4024095
-9
View File
@@ -59,15 +59,6 @@ defmodule MusicLibraryWeb.Telemetry do
nav: "External APIs"
]
),
summary("finch.request.stop.duration",
unit: {:native, :millisecond},
tags: [:host],
tag_values: &add_tags/1,
drop: &drop_unwanted_hosts/1,
reporter_options: [
nav: "External APIs"
]
),
# Rate Limiter
summary("req.rate_limiter.throttle.sleep_ms",