Skip to content

[Trace] Support opentelemetry in dskit#331

Closed
ying-jeanne wants to merge 3 commits into
mainfrom
ot-to-otel
Closed

[Trace] Support opentelemetry in dskit#331
ying-jeanne wants to merge 3 commits into
mainfrom
ot-to-otel

Conversation

@ying-jeanne

Copy link
Copy Markdown
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
Comment thread go.mod
// 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
Copy Markdown
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 ying-jeanne marked this pull request as draft August 7, 2023 13:56
@ying-jeanne

Copy link
Copy Markdown
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.

1 participant