Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace policy and action limiters with a checkin limiter #3255

Merged
merged 10 commits into from
Feb 9, 2024
Prev Previous commit
Next Next commit
fix merge
michel-laterman committed Feb 7, 2024
commit 2ef1aa6b29f2f811fa0cbc2693035ff47802d6db
1 change: 1 addition & 0 deletions internal/pkg/policy/monitor.go
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ import (
"context"
"errors"
"sync"
"time"

"github.com/rs/zerolog"
"go.elastic.co/apm/v2"