-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: azure activity logs #325
Conversation
16d2204
to
f2140a1
Compare
@adityathebe what are we using as the change id ? |
f2140a1
to
7b316a0
Compare
53bd600
to
9895d6f
Compare
scrapers/azure/azure.go
Outdated
// azureActivityExcludeOperations is a list of activity logs we can avoid | ||
// as they do not mutate any resources. | ||
var azureActivityExcludeOperations = []string{ | ||
"Microsoft.ContainerService/managedClusters/listClusterAdminCredential/action", |
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.
These should probably be exclusions at the crd level
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.
hmm not sure. I only added these two in particular for debugging reasons but then kept it.
How would end users get the list of operations though? I couldn't find the list.
Still I have implemented this.
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.
It would normally by seeing lots of changes they are not interested in, and then adding them to the exclusions
* aggregate timestamps of the events
a27a851
to
fe47ed7
Compare
🎉 This PR is included in version 0.0.154 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
resolves: #319