Skip to content

Conversation

@PythonGermany
Copy link
Contributor

@PythonGermany PythonGermany commented Dec 22, 2025

Summary

The following providers seem to support group overrides but have the documentation for its config keys missing:

// Handle group overrides
if provider.Overrides != nil {
for _, override := range provider.Overrides {
if group == override.Group {
cfg.Merge(&override.Config)
break
}
}
}

// Handle group overrides
if provider.Overrides != nil {
for _, override := range provider.Overrides {
if group == override.Group {
cfg.Merge(&override.Config)
break
}
}
}

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

@github-actions github-actions bot added documentation Improvements or additions to documentation area/alerting Related to alerting labels Dec 22, 2025
@PythonGermany PythonGermany deleted the patch-1 branch December 22, 2025 13:25
@PythonGermany PythonGermany restored the patch-1 branch December 22, 2025 13:27
@PythonGermany PythonGermany reopened this Dec 22, 2025
@PythonGermany PythonGermany marked this pull request as ready for review December 22, 2025 13:31
@TwiN
Copy link
Owner

TwiN commented Dec 22, 2025

Good catch

@TwiN TwiN merged commit 6c8761c into TwiN:master Dec 22, 2025
@PythonGermany PythonGermany deleted the patch-1 branch December 23, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/alerting Related to alerting documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants