File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
libs/hooks/open-telemetry Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This is useful for exporting evaluation events to a backend that supports [OpenT
44
44
This hook adds evaluation [ span events] [ otel-span-events ] to the current active span.
45
45
This is useful for associating evaluation events with a trace.
46
46
If there is no active span, the event is not logged.
47
- ** Note:** Span events are being deprecated in favor of [ using log events via ` EventHook ` ] ( #eventhook ) .
47
+ ** Note:** [ Span events are being deprecated in OTEL ] [ span-event-deprecation-otep ] in favor of [ using log events via ` EventHook ` ] ( #eventhook ) .
48
48
49
49
### SpanHook
50
50
@@ -184,6 +184,8 @@ Run `nx test hooks-open-telemetry` to execute the unit tests via [Jest](https://
184
184
185
185
[ hook-concept ] : https://openfeature.dev/docs/reference/concepts/hooks
186
186
187
+ [ span-event-deprecation-otep ] : https://github.com/open-telemetry/opentelemetry-specification/blob/fbcd7a3126a545debd9e6e5c69b7b67d4ef1c156/oteps/4430-span-event-api-deprecation-plan.md
188
+
187
189
[ otel-tracing-js ] : https://opentelemetry.io/docs/languages/js/instrumentation/#initialize-tracing
188
190
189
191
[ otel-metrics-js ] : https://opentelemetry.io/docs/languages/js/instrumentation/#initialize-metrics
You can’t perform that action at this time.
0 commit comments