The Pull Request (PR) introduces adjustments to the metrics and standards for the AD files.
Test Plan
Check CI and possible typos.
Additional Information
For users: How does this change affect me?
Summary by cubic
Standardizes and fixes Windows AD, ADCS, and ADFS perflib charts so they collect the right counters and use consistent names. This prevents bad data and makes the plugin more reliable.
Bug Fixes
Guard against missing counters in AD charts (early return) and initialize chart/dim only once.
ADCS: fix retrieval processing chart and labels; use ADCSRequestCryptoSigningTime for signing chart; rename crypto_singing to crypto_signing; remove duplicate callback.
ADFS: correct metric keys for OAuth Basic vs Post flows; fix chart IDs/titles for logon certificate and password grant requests; call rrdset_done on the correct federation chart.
Refactors
Unify control flow and naming across perflib-ad.c for consistent chart creation and updates.
Written for commit dc33483. Summary will update automatically on new commits.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The Pull Request (PR) introduces adjustments to the metrics and standards for the AD files.
Test Plan
Additional Information
For users: How does this change affect me?Summary by cubic
Standardizes and fixes Windows AD, ADCS, and ADFS perflib charts so they collect the right counters and use consistent names. This prevents bad data and makes the plugin more reliable.
Bug Fixes
Refactors
Written for commit dc33483. Summary will update automatically on new commits.