We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00189ac + 22f9273 commit ece517bCopy full SHA for ece517b
src/OpenTelemetry.AutoInstrumentation.Digma/README.md
@@ -50,8 +50,8 @@ If multiple fields are specified, all must match for the rule to apply.
50
51
| Pattern Type | Syntax | Example | Description |
52
| -------- | ------- | ------- | ------- |
53
-| Wildcard | "Acme.*" | Matches any sub-namespace under Digma |
54
-| Regex | "/^Acme\\.V\\d+/" | Matches namespaces like Acme.V1, Acme.V2, etc.
+| Wildcard | "Acme.*" | Matches to the specified namespace, you can use wildcards at any location in the namespace string |
+| Regex | "/^Acme\\.V\\d+/" | String bound with two forward-slash characters will be considered regex expressions and will be matched accordingly |
55
56
#### 🧪 Example
57
0 commit comments