-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration support for DataDog multi-regions
- Loading branch information
Showing
9 changed files
with
187 additions
and
124 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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
JF_PRODUCT_DATA_INTERNAL=path_to_jfrog_logs | ||
DATADOG_API_KEY=change_me | ||
DATADOG_API_HOST=datadoghq.com | ||
JPD_URL=https://change_me.jfrog.io | ||
JPD_ADMIN_USERNAME=admin | ||
JFROG_ADMIN_TOKEN=change_me | ||
COMMON_JPD=false | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export DATADOG_API_KEY=DATADOG_API_KEY | ||
export DATADOG_API_HOST=datadoghq.com | ||
export JPD_URL=http://abc.jfrog.io | ||
export JPD_ADMIN_USERNAME=admin | ||
export COMMON_JPD=false | ||
export COMMON_JPD=false |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
export JF_PRODUCT_DATA_INTERNAL=JF_PRODUCT_DATA_INTERNAL | ||
export DATADOG_API_KEY=DATADOG_API_KEY | ||
export DATADOG_API_HOST=datadoghq.com | ||
export JPD_URL=http://abc.jfrog.io | ||
export JPD_ADMIN_USERNAME=admin | ||
export JFROG_ADMIN_TOKEN=JFROG_ADMIN_TOKEN | ||
export COMMON_JPD=false | ||
export COMMON_JPD=false |