-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8968 from OpenMined/yash/tracing2
OpenTelemetry #2
- Loading branch information
Showing
64 changed files
with
1,308 additions
and
1,240 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ COPY syft/src/syft/VERSION ./syft/src/syft/ | |
RUN --mount=type=cache,target=/root/.cache,sharing=locked \ | ||
# remove torch because we already have the cpu version pre-installed | ||
sed --in-place /torch==/d ./syft/setup.cfg && \ | ||
uv pip install -e ./syft[data_science] | ||
uv pip install -e ./syft[data_science,telemetry] | ||
|
||
# ==================== [Final] Setup Syft Server ==================== # | ||
|
||
|
@@ -79,6 +79,7 @@ ENV \ | |
RELEASE="production" \ | ||
DEV_MODE="False" \ | ||
DEBUGGER_ENABLED="False" \ | ||
TRACING="False" \ | ||
CONTAINER_HOST="docker" \ | ||
DEFAULT_ROOT_EMAIL="[email protected]" \ | ||
DEFAULT_ROOT_PASSWORD="changethis" \ | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ global: | |
server: | ||
rootEmail: [email protected] | ||
associationRequestAutoApproval: true | ||
tracing: false | ||
|
||
resourcesPreset: null | ||
resources: null | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,6 @@ global: | |
kaniko: | ||
version: "v1.23.2" | ||
|
||
|
||
# ================================================================================= | ||
|
||
mongo: | ||
|
@@ -174,6 +173,7 @@ server: | |
debuggerEnabled: false | ||
associationRequestAutoApproval: false | ||
useInternalRegistry: true | ||
tracing: false | ||
|
||
# Default Worker pool settings | ||
defaultWorkerPool: | ||
|
@@ -185,7 +185,7 @@ server: | |
smtp: | ||
# Existing secret for SMTP with key 'smtpPassword' | ||
existingSecret: null | ||
host: smtp.sendgrid.net | ||
host: hostname | ||
port: 587 | ||
from: [email protected] | ||
username: apikey | ||
|
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.