-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: switch to otelx #861
Conversation
9ebc20a
to
a9a3cd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, I would merge it once ory/x#479 is done 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the tracing example (if required): https://github.com/ory/keto/blob/master/docker-compose-tracing.yml
and also add a guide to show how to do tracing either under the keto guides section: https://www.ory.sh/docs/keto
bb3d2a2
to
0e8ba15
Compare
@aeneasr The tracing in Keto isn't complete yet; I think I'll add the docs for it once I start working on in-depth tracing in Keto. |
Ok :) Should we mark this PR as draft then? |
03a9c17
to
55fbd8a
Compare
@icyphox is this the version you use in cloud? |
@aeneasr yes. |
55fbd8a
to
4c49cca
Compare
go.mod
Outdated
go.opentelemetry.io/otel/metric v0.27.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.6.3 // indirect | ||
go.opentelemetry.io/otel/trace v1.6.3 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this needs to be reverted/adjusted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup
BREAKING CHANGES: This patch group updates the tracing provider from OpenTracing to OpenTelemetry. Due to these changes, tracing providers Zipkin, DataDog, Elastic APM have been deactivated temporarily. The best way to re-add support for them is to make a pull request at https://github.com/ory/x/tree/master/otelx and check the status of ory/x#499
The configuration has not changed, and thus no changes to your system are required if you use Jaeger.