Skip to content

Commit ece517b

Browse files
authored
Merge pull request #49 from digma-ai/doppleware-patch-1
Update README.md
2 parents 00189ac + 22f9273 commit ece517b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/OpenTelemetry.AutoInstrumentation.Digma/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ If multiple fields are specified, all must match for the rule to apply.
5050

5151
| Pattern Type | Syntax | Example | Description |
5252
| -------- | ------- | ------- | ------- |
53-
| Wildcard | "Acme.*" | Matches any sub-namespace under Digma |
54-
| Regex | "/^Acme\\.V\\d+/" | Matches namespaces like Acme.V1, Acme.V2, etc.
53+
| Wildcard | "Acme.*" | Matches to the specified namespace, you can use wildcards at any location in the namespace string |
54+
| Regex | "/^Acme\\.V\\d+/" | String bound with two forward-slash characters will be considered regex expressions and will be matched accordingly |
5555

5656
#### 🧪 Example
5757

0 commit comments

Comments
 (0)