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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,23 @@ jaeger:
36
36
- 'healthcheck'
37
37
- 'metrics'
38
38
```
39
+
40
+
41
+
## Name generation options
42
+
43
+
You can specify just the suffix, if you name generator service is named as `jaeger.name.generator.*` or if you have any other naming scheme you can put the whole name into the configuration.
44
+
Keys are considered regular expressions that `route` of the request or `name` of the command should match to use alternative generator.
45
+
Expressions are checked top to bottom, if no match is found, default generator will be used
46
+
47
+
Example bundle config with name generation feature:
0 commit comments