Skip to content

Commit

Permalink
Add summary col (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh authored Apr 23, 2021
1 parent 0fa6bb6 commit b67c30d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ service.config = {
"LOG_EVENT.timestamp": "timestamp_nanos",
"LOG_EVENT.spanId": "span_id",
"LOG_EVENT.traceId": "trace_id",
"LOG_EVENT.attributes": "attributes"
"LOG_EVENT.attributes": "attributes",
"LOG_EVENT.summary": "summary"
}
}
}
Expand Down

0 comments on commit b67c30d

Please sign in to comment.