feat: upgrade OTEL
Given the request made in ory/fosite#809, this PR proposes upgrading the OTEL modules to the latest version (v1.29.0).
Related Issue or Design Document
ory/fosite#809
Checklist
- [x] I have read the contributing guidelines and signed the CLA.
- [x] I have referenced an issue containing the design document if my change introduces a new feature.
- [x] I have read the security policy.
- [x] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security vulnerability, I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
- [ ] I have added tests that prove my fix is effective or that my feature works.
- [ ] I have added the necessary documentation within the code base (if appropriate).
Further comments
N/A
In the past, opentelemetry regularly introduces backwards-incompatible changes to their SDKs in minor releases. Have you checked if Hydra+Keto+Kratos+Oathkeeper work with this new version?
@alnr I have tested with Fosite's unit tests and haven't seen any issues. I have not tried this with Hydra or the other products. I don't have those running locally.
@alnr Can this move forward? I have tested this with Fosite and it works.
I don't have capacity right now to verify this doesn't cause upgrade issues in kratos/keto/hydra/oathkeeper.
Interestingly, Hydra is already at v1.28 - https://github.com/ory/hydra/blob/master/go.mod#L60C2-L63C40
bumped in v0.0.672