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

PoC OpenTelemetry - tracing #10874

Closed
a-thaler opened this issue Mar 11, 2021 · 4 comments
Closed

PoC OpenTelemetry - tracing #10874

a-thaler opened this issue Mar 11, 2021 · 4 comments
Assignees
Labels
area/tracing Issues or PRs related to the tracing module (deprecated) estimate: 3

Comments

@a-thaler
Copy link
Contributor

Description

That is the first piece to solve #10119

Motivation:

  • build up knowledge and understanding of the tracing instrumentation
  • understand the concepts of the wire/propagation protocol versus the data protocol for pushing instrumentation data to the backend
  • validate the overall vision in regards if OTEL can solve the expected problems

High-level outcome:

  • Explain opportunities and weaknesses, what problems can be solved nicely, what problems do you see. Focus on the application side, not so much about the collector and backend part
  • Demo trace instrumentation in action, demonstrate how it contributes to our journey
  • blueprint: step-by-step guide on how to setup a playground based on the bllueprint from (PoC OpenTelemetry - general setup #10873 ) with two applications communicating with each other and pushing trace data

Technical goals:

  • What wire protocols are supported by the OTEL sdk? Will W3C-tracecontext work smooth from app development perspective (should be a low-code experience)
  • Try to use the OTEL format for communication to the collector, any problems
  • Provide logs and tags to the custom span data

Reasons

Attachments

@a-thaler a-thaler added the area/tracing Issues or PRs related to the tracing module (deprecated) label Mar 11, 2021
@chrkl chrkl self-assigned this Mar 26, 2021
chrkl added a commit to chrkl/kyma-community that referenced this issue Apr 9, 2021
chrkl added a commit to chrkl/kyma-community that referenced this issue Apr 12, 2021
chrkl added a commit to chrkl/kyma-community that referenced this issue Apr 12, 2021
chrkl added a commit to chrkl/kyma-community that referenced this issue Apr 12, 2021
@chrkl
Copy link
Contributor

chrkl commented Apr 13, 2021

chrkl added a commit to chrkl/kyma-community that referenced this issue Apr 19, 2021
chrkl pushed a commit to kyma-project/community that referenced this issue Apr 20, 2021
* Describe results of OpenTelemetry PoC for tracing

Related issue: kyma-project/kyma#10874
@ghost
Copy link

ghost commented Jul 9, 2021

This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions.

@ghost ghost added the stale label Jul 9, 2021
@ghost
Copy link

ghost commented Jul 16, 2021

This issue has been automatically closed due to the lack of recent activity.

@ghost ghost closed this as completed Jul 16, 2021
@a-thaler
Copy link
Contributor Author

Results are documented in community repo, see linked PR

@a-thaler a-thaler removed the stale label Jul 16, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tracing Issues or PRs related to the tracing module (deprecated) estimate: 3
Projects
None yet
Development

No branches or pull requests

3 participants