Remove finch req duration by normalized path metric
Too noisy
This commit is contained in:
@@ -50,15 +50,6 @@ defmodule MusicLibraryWeb.Telemetry do
|
||||
),
|
||||
|
||||
# HTTP Metrics
|
||||
summary("finch.request.stop.duration",
|
||||
unit: {:native, :millisecond},
|
||||
tags: [:normalized_path],
|
||||
tag_values: &add_tags/1,
|
||||
drop: &drop_unwanted_hosts/1,
|
||||
reporter_options: [
|
||||
nav: "External APIs"
|
||||
]
|
||||
),
|
||||
summary("finch.request.stop.duration",
|
||||
unit: {:native, :millisecond},
|
||||
tags: [:host],
|
||||
|
||||
Reference in New Issue
Block a user