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

Getting too many logs when discovery engine's observability in enabled #530

Closed
Ankurk99 opened this issue Aug 22, 2022 · 2 comments
Closed
Assignees

Comments

@Ankurk99
Copy link
Contributor

Describe the problem
When observability is enabled, discovery engine is accessing the sqlite3 db very frequently. This in turn results in lots of unnecessary logs in kubearmor telemetry.

Reasons for the problem

  • receiving knoxAutoPolicy's own logs
  • performing "insert" operation multiple times on db
  • Inserting identical logs
@Ankurk99 Ankurk99 assigned Ankurk99 and unassigned Ankurk99 Aug 22, 2022
@Ankurk99
Copy link
Contributor Author

ref #531

@seswarrajan
Copy link
Contributor

All the above points were handle in latest. The changes will soon be merged into stable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants