Updates the documentation for the SLO History selector configuration to accurately reflect the current implementation, including correct default values, valid ranges, and clearer parameter descriptions. This ensures users can properly configure their SLO history collection based on the actual code implementation.
selector:
query: 'true'
timeframe: 7 # Time window in days for each data point
periodOfTimeInMonths: 6 # How far back to fetch history
Testing
[ ] Verified documentation matches current code implementation
[ ] Confirmed default values are correctly stated
[ ] Validated configuration examples work as described
Additional Notes
This documentation update aligns with the current implementation in integrations/datadog/overrides.py, making it easier for users to correctly configure their SLO history collection.
Description
Updates the documentation for the SLO History selector configuration to accurately reflect the current implementation, including correct default values, valid ranges, and clearer parameter descriptions. This ensures users can properly configure their SLO history collection based on the actual code implementation.
Added docs pages
N/A
Updated docs pages
/build-your-software-catalog/sync-data-to-catalog/apm-alerting/datadog/example
)What does this PR do?
Updates the documentation for the SLO History selector configuration to accurately reflect the current implementation, including:
Changes
timeframe
documentation to clarify it controls the time window for each data pointperiodOfTimeInMonths
documentation to show correct default (6 months) and valid range (1-12 months)Before
After
Testing
Additional Notes
This documentation update aligns with the current implementation in
integrations/datadog/overrides.py
, making it easier for users to correctly configure their SLO history collection.