removed unused helper function

This commit is contained in:
2025-05-09 17:50:22 +02:00
parent 0cf9285726
commit 52e89f0f85
4 changed files with 1 additions and 37 deletions

View File

@@ -102,7 +102,7 @@ metric_traefik_percent_udp_components_not_ok = Metric(
# Perfometers
perfometer_traefik_agent_execution_time = Perfometer(
name="traefik_agent_execution_time",
focus_range=FocusRange(Closed(0), Closed(100)),
focus_range=FocusRange(Closed(0), Closed(5000)),
# "segments" must be exactly the name of the metric
segments=["traefik_agent_execution_time"],
)