Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion k8s/signoz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ otelAgent:
error_mode: ignore
traces:
span:
- 'attributes["db.system"] == "redis" and status.code != STATUS_CODE_ERROR and (resource.attributes["service.name"] == "exceptionless-web" or resource.attributes["service.name"] == "job-event-posts")'
- 'attributes["db.system"] == "redis" and status.code != STATUS_CODE_ERROR'
- 'attributes["db.system.name"] == "redis" and status.code != STATUS_CODE_ERROR'
- 'name == "Message: EntityChanged"'
service:
pipelines:
Expand Down
Loading