-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support multi account Datadog metrics provider (#3787)
* Adding support for multi datadog accounts. Signed-off-by: Ariadna Rouco <[email protected]> * Removing default secret name in the manifest. Signed-off-by: Ariadna Rouco <[email protected]> * Adding secret ref to analysis template, analsys run and cluster analysis template. Signed-off-by: Ariadna Rouco <[email protected]> * reentering removed command Signed-off-by: Ariadna Rouco <[email protected]> * Documentation updated Signed-off-by: Ariadna Rouco <[email protected]> * Update docs/analysis/datadog.md Co-authored-by: Thibault Jamet <[email protected]> Signed-off-by: Ariadna Rouco <[email protected]> * Adding removed code and removing string from log. Signed-off-by: Ariadna Rouco <[email protected]> * Rewriting documentation with the correct flow. Signed-off-by: Ariadna Rouco <[email protected]> * updated credential finders logic and added tests Signed-off-by: Ariadna Rouco <[email protected]> (cherry picked from commit 36a9c06) Signed-off-by: Ariadna Rouco <[email protected]> * Added test case for credentials not found. Signed-off-by: Ariadna Rouco <[email protected]> (cherry picked from commit 7703ff9) Signed-off-by: Ariadna Rouco <[email protected]> * added tests for findCredential method. (cherry picked from commit eab99be) Signed-off-by: Ariadna Rouco <[email protected]> * updating generated.pd.go Signed-off-by: Ariadna Rouco <[email protected]> --------- Signed-off-by: Ariadna Rouco <[email protected]> Signed-off-by: Ariadna Rouco <[email protected]> Co-authored-by: Thibault Jamet <[email protected]>
- Loading branch information
1 parent
39764fb
commit bfef7f0
Showing
26 changed files
with
1,280 additions
and
495 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ server/static/* | |
!server/static/.gitkeep | ||
coverage-output-e2e/ | ||
coverage-output-unit/ | ||
junit-unit-test.xml |
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
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
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
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.