-
Notifications
You must be signed in to change notification settings - Fork 827
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
audit: reduce noise in logging export #2111
Comments
#2133 removed export of logs for k8s-infra-e2e projects as a start Should survey remaining log churn in audit PR's to track down what can be done |
Log noise that seems like it shouldn't be present:
Every project has at least these two buckets
And at least these two sinks that route to them
So are we losing |
/remove-priority important-longterm |
/milestone clear |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
#2102 introduced export of
logging
resources to the audit script. Based on review of the first audit job PR that used this (#2094) there is some noise we should filter out to ease review burden.empty metrics.json
Currently there are lots of
services/logging/metrics.json
files with content[]
. If there are no metrics, we shouldn't export them.e2e test logs
Logs appear to be showing up for all pods used in e2e tests. For example
audit/projects/k8s-infra-e2e-boskos-010/services/logging/logs.json
has a diff that looks like:We should either choose to ignore/filter these out, or determine how to configure our e2e tests to not send any logs. I swear we had done this a while ago, but we only ever verified by way of costs going down.
/wg k8s-infra
/area infra/auditing
/priority important-longterm
/milestone v1.22
The text was updated successfully, but these errors were encountered: