Skip to content

Commit 86515ed

Browse files
committed
📖 Add info about required interface
1 parent 6a3902c commit 86515ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can configure custom name generators based on regular expression pattern, wh
4444
4545
Configuration for this feature looks like key-value list, where key - regexp pattern, value - custom name generator DI service id (see details below).
4646
47-
Name generator should implement an 'TODO' interface.
47+
Name generator should implement an `Jaeger\Symfony\Name\Generator\NameGeneratorInterface` interface.
4848
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.*`.
4949
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.
5050
Expressions are checked top to bottom, if no match is found, default generator will be used

0 commit comments

Comments
 (0)