ballerina-lang
ballerina-lang copied to clipboard
[Improvement]: Ability turn off capturing each statement as an event in tracing spans
trafficstars
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