Skip to content

Commit 41393d2

Browse files
committed
Fix collector
1 parent 4556f77 commit 41393d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/production/grafana/otelcol-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ receivers:
3434
if: "attributes?.attrs?.tag != nil"
3535
- id: extract_service_from_docker_tag
3636
parse_from: attributes.name
37-
regex: ^democrasite-(?<service>[^-]+)-(?<instance>\d+)$
37+
regex: ^(democrasite|telemetry)-(?<service>[^-]+)-(?<instance>\d+)$
3838
type: regex_parser
3939
if: "attributes?.name != nil"
4040
- from: attributes.service

0 commit comments

Comments
 (0)