-
-
Notifications
You must be signed in to change notification settings - Fork 612
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
sa: remove CountFQDNSetTimestamps #7883
Conversation
This was superseded in #6220 by FQDNTimestampsForWindow and is no longer called.
@jsha you've still got some CI failures to resolve here. |
Huh, this is one I haven't seen before:
|
Build fixed 🔨 |
sa/proto/sa.proto
Outdated
@@ -179,6 +177,7 @@ message CountFQDNSetsRequest { | |||
reserved 1; // Previously windowNS | |||
repeated string dnsNames = 2; | |||
google.protobuf.Duration window = 3; | |||
int64 limit = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want this to be here? I believe this is in service to your other PR, so maybe it makes sense to land it early for the sake of deployability, but want to double-check that its inclusion in this PR is purposeful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, thanks for catching 🤦🏻
This was superseded in #6220 by FQDNTimestampsForWindow and is no longer called.