File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ $ make image-build
16
16
## Query metrics
17
17
18
18
When running (by privileged user) along-side active SMB server, ` smbmetrics `
19
- exports a set of gauge metrics over HTTP via port ` 8080 ` . Most metrics become
19
+ exports a set of gauge metrics over HTTP via port ` 9922 ` . Most metrics become
20
20
visible only when active SMB connections exists. Execute the folowing ` curl `
21
21
command on the same machine where you run ` smbmetrics ` instance:
22
22
23
23
``` console
24
- $ curl --request GET " http://localhost:8080 /metrics"
24
+ $ curl --request GET " http://localhost:9922 /metrics"
25
25
```
26
26
27
27
## Exported metrics
@@ -45,7 +45,7 @@ The following example is from a setup with 2 shares and 2 users connected and
45
45
performing SMB file-system operations from 4 different machines:
46
46
47
47
``` console
48
- $ curl --request GET " http://localhost:8080 /metrics"
48
+ $ curl --request GET " http://localhost:9922 /metrics"
49
49
50
50
# HELP smb_metrics_status Current metrics-collector status versions
51
51
# TYPE smb_metrics_status gauge
You can’t perform that action at this time.
0 commit comments