You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You can configure custom name generators based on regular expression pattern, wh
44
44
45
45
Configuration for this feature looks like key-value list, where key - regexp pattern, value - custom name generator DI service id (see details below).
46
46
47
-
Name generator should implement an 'TODO' interface.
47
+
Name generator should implement an `Jaeger\Symfony\Name\Generator\NameGeneratorInterface` interface.
48
48
As a custom name generator you can specify a full DI service id, or just the suffix if your name generator service is named as `jaeger.name.generator.*`.
49
49
Keys are considered body of the regular expression pattern, do not put any modifiers (e.g. `/i`, `/g`) or slashes; `route` of the request or `name` of the command should match to use alternative generator.
50
50
Expressions are checked top to bottom, if no match is found, default generator will be used
0 commit comments