elastic / elastic/elastic-otel-php
Selectively ignore message queues
Open
enhancement
- Dominant language
- Shell
- Stars
- 15
- Forks
- 9
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 1
Description
Users should be able to filter out specific messaging queues/topics from being traced. A list should provide one or more queue/topic names to ignore.
This option should support the wildcard \*, which matches zero or more characters. Examples: `/foo/*/bar/*/baz\*, *foo*`. Matching is case insensitive by default. Prepending an element with `(?-i)` makes the matching case sensitive.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.