Skip to content
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

[Trace] Support opentelemetry in dskit #331

Closed
wants to merge 3 commits into from
Closed

Conversation

ying-jeanne
Copy link
Contributor

What this PR does:

This pull request (PR) aims to enhance the functionality of the dskit library by providing a distinct spanlogger and instrument function. With the recent PR in weaveworks/common (link), it is now possible to utilize both opentracing and opentelemetry simultaneously, thanks to a bridge implementation. This PR in dskit enables services using dskit to seamlessly transition to opentelemetry.

Which issue(s) this PR fixes:

Fixes #

Checklist

  • Tests updated
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@ying-jeanne ying-jeanne changed the title Ot to otel [Trace] Support opentelemetry in dskit Jun 28, 2023
@@ -108,3 +118,5 @@ replace k8s.io/client-go v12.0.0+incompatible => k8s.io/client-go v0.21.4
// Replace memberlist with our fork which includes some fixes that haven't been
// merged upstream yet.
replace github.com/hashicorp/memberlist => github.com/grafana/memberlist v0.3.1-0.20220708130638-bd88e10a3d91

replace github.com/weaveworks/common => ../common
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace in purpose, wait pr in common to be merged

@ying-jeanne ying-jeanne marked this pull request as ready for review June 29, 2023 11:30
@ying-jeanne
Copy link
Contributor Author

see #385, for the final migration code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant