span_id и trace_id
Deploy / deploy (push) Successful in 51s

This commit is contained in:
Раис Юсупалиев
2026-06-20 19:46:48 +03:00
parent 798b6e38bd
commit 6a3da82ddc
5 changed files with 108 additions and 2 deletions
+6
View File
@@ -47,6 +47,12 @@ receivers:
parse_from: attributes.log
parse_to: attributes
on_error: send
- type: trace_parser
trace_id:
parse_from: attributes.trace_id
span_id:
parse_from: attributes.span_id
on_error: send
- type: time_parser
parse_from: attributes.timestamp
layout: '%Y-%m-%dT%H:%M:%S.%fZ'