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

[Feature] Support Opentelemetry #4857

Open
1 of 3 tasks
qqeasonchen opened this issue Apr 22, 2024 · 5 comments
Open
1 of 3 tasks

[Feature] Support Opentelemetry #4857

qqeasonchen opened this issue Apr 22, 2024 · 5 comments
Labels
feature help wanted Extra attention is needed

Comments

@qqeasonchen
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Feature Request

Integrate opentelemetry SDK for tracing collecting.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@Pil0tXia Pil0tXia added the help wanted Extra attention is needed label Apr 22, 2024
@okareyou
Copy link

Are there any specific implementation requirements?

@Pil0tXia
Copy link
Member

@qqeasonchen
Copy link
Contributor Author

https://opentelemetry.io/docs/languages/java/ @okareyou

@okareyou
Copy link

okareyou commented May 2, 2024

I checked out the EventMesh code and it looks like it's using OpenTelemetry for both metrics and tracing. Does that mean it's already set up with the OpenTelemetry SDK? Could I be missing something? Any advice would be great.

https://opentelemetry.io/docs/languages/java/ @okareyou

@okareyou Welcome. You may refer to https://eventmesh.apache.org/docs/design-document/observability/metrics-export/ chapter.

@Pil0tXia
Copy link
Member

Pil0tXia commented May 2, 2024

@okareyou

I'm not familier with trace-plugin yet. opentelemetry-sdk has been introduced in trace-plugin api:

implementation 'io.opentelemetry:opentelemetry-api'
implementation 'io.opentelemetry:opentelemetry-sdk'

May be we need some enhancement for trace-plugin? @qqeasonchen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants