[Improvement]: Capturing events within Ballerina spans #43467
Labels
Priority/High
Team/Observability
Observability in general, Metrics, Tracing & Logging
Type/Improvement
Description
Currently, each Ballerina statement generates one or more events under its span. Such a statement to event mapping may not be optimal as all these event data are published to the trace analytics server and stored there. For example
if (regions.length() == 3)
line generates two events. We need to come up with more higher-level abstractions for events.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
The text was updated successfully, but these errors were encountered: