Skip to content

Commit

Permalink
change look back to 5mins
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalapooja committed Oct 27, 2023
1 parent 994f3df commit ff3f3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_signals/traces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
lookbackDuration = time.Duration(-30) * time.Minute
lookbackDuration = time.Duration(-5) * time.Minute
EKSClusterAnnotation = "HostedIn_EKS_Cluster"
)

Expand Down

0 comments on commit ff3f3a5

Please sign in to comment.