We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4556f77 commit 41393d2Copy full SHA for 41393d2
1 file changed
compose/production/grafana/otelcol-config.yaml
@@ -34,7 +34,7 @@ receivers:
34
if: "attributes?.attrs?.tag != nil"
35
- id: extract_service_from_docker_tag
36
parse_from: attributes.name
37
- regex: ^democrasite-(?<service>[^-]+)-(?<instance>\d+)$
+ regex: ^(democrasite|telemetry)-(?<service>[^-]+)-(?<instance>\d+)$
38
type: regex_parser
39
if: "attributes?.name != nil"
40
- from: attributes.service
0 commit comments