forked from jacksontj/promxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, the go mod tidy command is failing, and thus, we cannot update the vendors correctly. This is due to newer otel version has breaking changes in its cross-module internal code. This issue is reported in: open-telemetry/opentelemetry-go#4586 To fix it, we must specify a specific version of go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp So to fix: go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@v1.18.0 go mod tidy && go mod vendor While doing this, I see the test TestAddLabelClient is unstable, so I fix it along the way
- Loading branch information
1 parent
114942b
commit 3ee5d28
Showing
247 changed files
with
30,631 additions
and
1,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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.