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

Add global_time to time_window slo widget #675

Merged
merged 1 commit into from
Jan 25, 2021
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.4.1.dev2",
"regenerated": "2021-01-22 17:47:21.599009",
"spec_repo_commit": "e03ef04"
"regenerated": "2021-01-25 13:05:49.213414",
"spec_repo_commit": "0c67e7b"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-01-22 17:47:28.505779",
"spec_repo_commit": "e03ef04"
"regenerated": "2021-01-25 13:05:56.972415",
"spec_repo_commit": "0c67e7b"
}
}
}
2 changes: 2 additions & 0 deletions api/v1/datadog/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20802,6 +20802,7 @@ components:
- previous_week
- month_to_date
- previous_month
- global_time
type: string
x-enum-varnames:
- SEVEN_DAYS
Expand All @@ -20811,6 +20812,7 @@ components:
- PREVIOUS_WEEK
- MONTH_TO_DATE
- PREVIOUS_MONTH
- GLOBAL_TIME
WidgetViewMode:
description: Define how you want the SLO to be displayed.
enum:
Expand Down
2 changes: 2 additions & 0 deletions api/v1/datadog/docs/WidgetTimeWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@

* `PREVIOUS_MONTH` (value: `"previous_month"`)

* `GLOBAL_TIME` (value: `"global_time"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions api/v1/datadog/model_widget_time_windows_.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.