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
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Update default samplingServerURL to include /sampling path (#158)
* Update default samplingServerURL to include /sampling path
Fixes issue #157
Signed-off-by: Jorrit Salverda <[email protected]>
* Improve test for default sampling server url
By asserting against a static string the test will fail if the value changes, while otherwise it would not
Signed-off-by: Jorrit Salverda <[email protected]>
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
@@ -68,7 +68,7 @@ NOTE: It is not recommended to use a remote host for UDP connections.
68
68
69
69
### Updating Sampling Server URL
70
70
71
-
The default sampling collector URL is `http://127.0.0.1:5778`. Similar to UDP address above, you can use a different URL by updating the sampler configuration.
71
+
The default sampling collector URL is `http://127.0.0.1:5778/sampling`. Similar to UDP address above, you can use a different URL by updating the sampler configuration.
0 commit comments