Skip to content

Commit

Permalink
Fix documentation issue regarding the attributes set for events in ot…
Browse files Browse the repository at this point in the history
…elcol.connector.spanlogs#Example
  • Loading branch information
steve-hb committed Jan 20, 2025
1 parent f4dad21 commit 857c73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ otelcol.connector.spanlogs "default" {
labels = ["attribute1", "res_attribute1"]
span_attributes = ["attribute1"]
process_attributes = ["res_attribute1"]
event_attributes = ["attribute1"]
event_attributes = ["log.severity", "log.message"]
output {
logs = [otelcol.processor.attributes.default.input]
Expand Down

0 comments on commit 857c73d

Please sign in to comment.