-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Move version and sha to system package We want to include this information in traces so time to move it out of the command. * feat: Add telemetry URL config * feat: Add tracing provider * feat: Add run job trace * refactor: Move away from otel global provider registration We were unable to access the global provider in the resource provider package. Somehow the registration didn't hold, and we were getting a seemingly noop provider. * chore: Add OTel service name helper * chore: Debug log public address at init * chore: Redact private key in new contract SDK log * feat: Expand run job trace * chore: Upgrade to Go 1.22 * feat: Add system and chain resource attributes * chore: Debug log job offer ID in jobcreator run * feat: Add resource GPU info Co-authored-by: logan <[email protected]> * chore: Update telemetry port * feat: Add auth and https config to exporter * refactor: Separate out telemetry options * feat: Add disable telemetry flag * build: Disable telemetry in test workflow * chore: Remove cached hardhat openzeppelin files * chore: Set disable telemetry for stack compose-env * chore: Fix GPU info nil pointer exceptions * chore: Improve logs * build: Add debug logs * chore: Debug log trace ID * chore: Log deal ID * chore: Update local dev telemetry URL port --------- Co-authored-by: logan <[email protected]> Co-authored-by: Narb <[email protected]>
- Loading branch information
1 parent
cf85c14
commit bff7bcf
Showing
28 changed files
with
557 additions
and
833 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
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.