attribute = regex: <re2 expression>
. For example:
service.name = regex: .*metoro.*
will match logs from any service containing “metoro”message = regex: error|warning
will match logs containing “error” or “warning”kubernetes.container.name = regex: ^api-.*
will match containers starting with “api-”traceId
or spanId
based on your selection