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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,20 @@ If the `icon_index.json` has the following content:
149
149
it is assumed that the files `java.png` and `star_trek.png` is existing in the `/assets/service_icons/` directory.
150
150
___
151
151
152
+
### Tracing Drilldown
153
+
154
+
The service dependency graph plugin allows you to specify a backend URL for each drawn node.
155
+
For this purpose the option 'Tracing Drilldown' can be used.
156
+
Here you can specify a backend URL. An open and closed curly bracket `{}` is the placeholder for the selected node.
157
+
Each node will get an arrow icon in the details view. This icon is a link to your backend, specified in the options.
158
+
The curly brackets `{}` will be replaced with the selected node.
159
+
160
+
#### Example
161
+
162
+
`http://{}/my/awesome/path` will end up to `http://customers-service/my/awesome/path` when you select the `customers-service`.
163
+
164
+
___
165
+
152
166
### Found a bug? Have a question? Wanting to contribute?
153
167
154
168
Feel free to open up an issue. We will take care of you and provide as much help as needed. Any suggestions/contributions are being very much appreciated.
Copy file name to clipboardExpand all lines: dist/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,20 @@ If the `icon_index.json` has the following content:
140
140
it is assumed that the files `java.png` and `star_trek.png` is existing in the `/assets/service_icons/` directory.
141
141
___
142
142
143
+
### Tracing Drilldown
144
+
145
+
The service dependency graph plugin allows you to specify a backend URL for each drawn node.
146
+
For this purpose the option 'Tracing Drilldown' can be used.
147
+
Here you can specify a backend URL. An open and closed curly bracket `{}` is the placeholder for the selected node.
148
+
Each node will get an arrow icon in the details view. This icon is a link to your backend, specified in the options.
149
+
The curly brackets `{}` will be replaced with the selected node.
150
+
151
+
#### Example
152
+
153
+
`http://{}/my/awesome/path` will end up to `http://customers-service/my/awesome/path` when you select the `customers-service`.
154
+
155
+
___
156
+
143
157
### Found a bug? Have a question? Wanting to contribute?
144
158
145
159
Feel free to open up an issue. We will take care of you and provide as much help as needed. Any suggestions/contributions are being very much appreciated.
Copy file name to clipboardExpand all lines: src/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,20 @@ If the `icon_index.json` has the following content:
140
140
it is assumed that the files `java.png` and `star_trek.png` is existing in the `/assets/service_icons/` directory.
141
141
___
142
142
143
+
### Tracing Drilldown
144
+
145
+
The service dependency graph plugin allows you to specify a backend URL for each drawn node.
146
+
For this purpose the option 'Tracing Drilldown' can be used.
147
+
Here you can specify a backend URL. An open and closed curly bracket `{}` is the placeholder for the selected node.
148
+
Each node will get an arrow icon in the details view. This icon is a link to your backend, specified in the options.
149
+
The curly brackets `{}` will be replaced with the selected node.
150
+
151
+
#### Example
152
+
153
+
`http://{}/my/awesome/path` will end up to `http://customers-service/my/awesome/path` when you select the `customers-service`.
154
+
155
+
___
156
+
143
157
### Found a bug? Have a question? Wanting to contribute?
144
158
145
159
Feel free to open up an issue. We will take care of you and provide as much help as needed. Any suggestions/contributions are being very much appreciated.
0 commit comments