File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/OpenTelemetry.AutoInstrumentation.Digma Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ This JSON file defines include and exclude rules to control which code elements
3636
3737Each object in the include array supports the following optional fields:
3838| Field | Type | Description |
39+ | -------- | ------- | ------- |
3940| namespaces | string | Namespace pattern to match. Wildcards (* ) and regex (/^.../) supported. |
4041| classes | string | Class name pattern. Wildcards or regex (/^.../) are supported. |
4142| methods | string | Method name pattern. Wildcards or regex (/^.../) are supported. |
@@ -48,6 +49,7 @@ If multiple fields are specified, all must match for the rule to apply.
4849#### Wildcards vs Regex
4950
5051| Pattern Type | Syntax | Example | Description |
52+ | -------- | ------- | ------- | ------- |
5153| Wildcard | "Acme.* " | Matches any sub-namespace under Digma |
5254| Regex | "/^Acme\\ .V\\ d+/" | Matches namespaces like Acme.V1, Acme.V2, etc.
5355
You can’t perform that action at this time.
0 commit comments