Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agardnerIT authored Sep 25, 2024
1 parent 9174ce4 commit e3e386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ config:
# and IsMatch(body, "(?i)getcartasync.*")
- set(attributes["alertme"], "true")
where resource.attributes["service.name"] == "cartservice"
and IsMatch(body, "(?)wasn't able to connect to redis.*")
and IsMatch(body, "(?i)wasn't able to connect to redis.*")
exporters:
debug:
verbosity: detailed
Expand Down

0 comments on commit e3e386f

Please sign in to comment.