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

[Improvement]: Ability turn off capturing each statement as an event in tracing spans #43479

Open
chathurace opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
Team/Observability Observability in general, Metrics, Tracing & Logging Type/Improvement

Comments

@chathurace
Copy link
Contributor

Description

Currently, each Ballerina statement is captured as an event in trace spans. While this could be helpful in locating code lines when errors occur, it significantly increases data sent per each trace data export. On the other hand, it is possible to locate relevant code lines using logs as well, which makes this information redundant if logs are available. Therefore, it is useful to make event capturing configurable.

Describe your problem(s)

No response

Describe your solution(s)

No response

Related area

-> Observability

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@ballerina-bot ballerina-bot added the Team/Observability Observability in general, Metrics, Tracing & Logging label Oct 10, 2024
@NipunaMadhushan NipunaMadhushan self-assigned this Nov 4, 2024
@NipunaMadhushan NipunaMadhushan moved this to Planned for Sprint in Ballerina Team Main Board Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/Observability Observability in general, Metrics, Tracing & Logging Type/Improvement
Projects
Status: Planned for Sprint
Development

No branches or pull requests

3 participants