Skip to content

Commit 00189ac

Browse files
authored
Merge pull request #48 from digma-ai/doppleware-patch-1
Update README.md
2 parents 9c41203 + f1e426e commit 00189ac

File tree

1 file changed

+2
-0
lines changed
  • src/OpenTelemetry.AutoInstrumentation.Digma

1 file changed

+2
-0
lines changed

src/OpenTelemetry.AutoInstrumentation.Digma/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This JSON file defines include and exclude rules to control which code elements
3636

3737
Each 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

0 commit comments

Comments
 (0)