Skip to content

Commit

Permalink
[pkg/ottl] Add SpanEvent context (open-telemetry#14907)
Browse files Browse the repository at this point in the history
* Add SpanEvent context

* add changelog entry and fix lint

* ran make goporto

* Apply feedback

* Fix test

* Share span symbol table

* fix lint

* Rename to ottlspanevent
  • Loading branch information
TylerHelmuth authored and shalper2 committed Dec 6, 2022
1 parent ac29bd5 commit 607987e
Show file tree
Hide file tree
Showing 7 changed files with 1,705 additions and 411 deletions.
16 changes: 16 additions & 0 deletions .chloggen/ottl-spanevents-context.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/ottl

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add new Span Event context to allow for efficient transformation of Span Event telemetry.

# One or more tracking issues related to the change
issues: [14907]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Loading

0 comments on commit 607987e

Please sign in to comment.