removed unused helper function
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user