You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RFC-0009-open-telemetry.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The OSS Presto had a basic implementation of Open Telemetry.
26
26
27
27
## Proposed Implementation
28
28
29
-
The Presto can be manually instrumented and will have the following advantages.
29
+
Presto can be manually instrumented and will have the following advantages.
30
30
- More flexibility and control over instrumentation
31
31
- Easier to customize what operations can be monitored
32
32
- Ability to pass additional information as span attributes and events
@@ -39,7 +39,7 @@ The Presto can be manually instrumented and will have the following advantages.
39
39
- While performing any operations, Presto adds the required attributes and events to the respective span.
40
40
- In case of sub operations (child span), Presto creates child span, extract the parent context and attach to the child span as parent context so that all parent and child spans get connected.
41
41
- After the operation spans will get ended in the order of creation and update the span state.
42
-
- SDK keeps on checking the flush trigger and if it reaches the batch, all those spans got batched and send to backend.
42
+
-The SDK continuously checks the flush trigger, and when it reaches the batch size, all spans are batched and sent to the backend.
43
43
- Backend is a system to store, analyse and visualize this telemetry data. Common backends include systems like Jaeger, Instana, Grafana stack, etc.
0 commit comments