Understanding and utilizing traces in Metoro
attribute = regex: <re2 expression>
. For example:
service.name = regex: .*metoro.*
will match traces from any service containing “metoro”http.path = regex: /api/v1/.*
will match HTTP paths starting with “/api/v1/”http.status_code = regex: ^5.*
will match all 5XX status codestraceId
when viewing trace-level logsspanId
when viewing logs for a specific span