-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update Datadog queries to use V2 instead of V1 Signed-off-by: Daniel Del Rio <[email protected]> * Update Datadog unit tests to use V2 Signed-off-by: Daniel Del Rio <[email protected]> * Add ApiVersion field to Datadog integration to allow toggling versions Signed-off-by: Daniel Del Rio <[email protected]> * Update codegen files Signed-off-by: Daniel Del Rio <[email protected]> * Add apiVersion to openapi generated Signed-off-by: Daniel Del Rio <[email protected]> * Add back correct generated files Signed-off-by: Daniel Del Rio <[email protected]> * Add test for default ApiVersion value Signed-off-by: Daniel Del Rio <[email protected]> * Check for error in parsing new URL with apiVersion Signed-off-by: Daniel Del Rio <[email protected]> * Check for error in parsing JSON request Signed-off-by: Daniel Del Rio <[email protected]> --------- Signed-off-by: Daniel Del Rio <[email protected]>
- Loading branch information
1 parent
96a1b67
commit 182069e
Showing
13 changed files
with
1,018 additions
and
443 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,8 @@ spec: | |
type: object | ||
datadog: | ||
properties: | ||
apiVersion: | ||
type: string | ||
interval: | ||
type: string | ||
query: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,6 +174,8 @@ spec: | |
type: object | ||
datadog: | ||
properties: | ||
apiVersion: | ||
type: string | ||
interval: | ||
type: string | ||
query: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,6 +174,8 @@ spec: | |
type: object | ||
datadog: | ||
properties: | ||
apiVersion: | ||
type: string | ||
interval: | ||
type: string | ||
query: | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.