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

[SLO] fix typo #2129

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-07 20:44:54.911447",
"spec_repo_commit": "5b4f9ebe"
"regenerated": "2024-10-08 14:16:15.442616",
"spec_repo_commit": "eb227ded"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-07 20:44:54.925632",
"spec_repo_commit": "5b4f9ebe"
"regenerated": "2024-10-08 14:16:15.459899",
"spec_repo_commit": "eb227ded"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10843,7 +10843,7 @@ components:
Periods of no data are counted either as uptime or downtime depending
on monitor settings.

See [SLO documentatio](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)
See [SLO documentation](https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data)

for detailed information.'
example:
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/model/slo_history_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(
as an integer in Unix epoch format in the first element, and the state as an integer in the
second element. An integer value of ``0`` for state means uptime, ``1`` means downtime, and ``2`` means no data.
Periods of no data are counted either as uptime or downtime depending on monitor settings.
See `SLO documentatio <https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data>`_
See `SLO documentation <https://docs.datadoghq.com/service_management/service_level_objectives/monitor/#missing-data>`_
for detailed information.
:type history: [[float]], optional

Expand Down
Loading