-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement AppSignals on EKS and native EC2 (#929)
Co-authored-by: Jason Polanco <[email protected]> Co-authored-by: Ping Xiang <[email protected]> Co-authored-by: nanzhenAWS <[email protected]> Co-authored-by: Harry <[email protected]> Co-authored-by: Hyunsoo Kim <[email protected]> Co-authored-by: Mahad Janjua <[email protected]> Co-authored-by: Mengyi Zhou (bjrara) <[email protected]> Co-authored-by: Thomas Pierce <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Github Action <[email protected]> Co-authored-by: Kaushik Surya <[email protected]> Co-authored-by: Dinakar Chappa <[email protected]>
- Loading branch information
1 parent
cff340a
commit 38a4016
Showing
63 changed files
with
6,238 additions
and
10 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 |
---|---|---|
|
@@ -38,6 +38,10 @@ jobs: | |
git config --global user.name 'Github Action' | ||
git config --global user.email '[email protected]' | ||
git checkout -b otel-fork-replace-${{ steps.get-latest-commit.outputs.sha }} | ||
go mod edit -replace go.opentelemetry.io/collector/config/confighttp=github.com/amazon-contributing/opentelemetry-collector-contrib/config/confighttp@${{ steps.get-latest-commit.outputs.sha }} | ||
go mod tidy | ||
go mod edit -replace github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor=github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor@${{ steps.get-latest-commit.outputs.sha }} | ||
go mod tidy | ||
go mod edit -replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter=github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter@${{ steps.get-latest-commit.outputs.sha }} | ||
go mod tidy | ||
go mod edit -replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter=github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter@${{ steps.get-latest-commit.outputs.sha }} | ||
|
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.