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

Make _auth calls visible with master stats #67746

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vzhestkov
Copy link
Contributor

What does this PR do?

In case of turning off publishing auth events with auth_events: False while having logging level set to WARNING there is no any way to figure out the amount of processed authentication events, these types of events in huge amount can be only noiticed with indirect way by high CPU usage by the workers.

This change is adding _auth calls to the master stats, so it makes troubleshooting easier with no increasing the logging level.

Previous Behavior

No _auth calls present in master stats

New Behavior

_auth calls are published with master stats

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices, including the
PR Guidelines.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@vzhestkov vzhestkov requested a review from a team as a code owner February 17, 2025 15:04
@vzhestkov vzhestkov force-pushed the add-_auth-to-master-stats branch 4 times, most recently from 804f766 to eb6b2a9 Compare February 18, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:full Run the full test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants