Skip to content

Commit e6649d5

Browse files
committed
Replace uses of port 5000 with 5123 in documentation
Signed-off-by: Chris Sinjakli <[email protected]>
1 parent 6c10ae1 commit e6649d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ run ->(_) { [200, {'content-type' => 'text/html'}, ['OK']] }
6060
```
6161

6262
Start the server and have a look at the metrics endpoint:
63-
[http://localhost:5000/metrics](http://localhost:5000/metrics).
63+
[http://localhost:5123/metrics](http://localhost:5123/metrics).
6464

6565
For further instructions and other scripts to get started, have a look at the
6666
integrated [example application](examples/rack/README.md).

examples/rack/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ bundle install
3333
bundle exec unicorn -c ./unicorn.conf
3434
```
3535

36-
You can now open the [example app](http://localhost:5000/) and its [metrics
37-
page](http://localhost:5000/metrics) to inspect the output. The running
36+
You can now open the [example app](http://localhost:5123/) and its [metrics
37+
page](http://localhost:5123/metrics) to inspect the output. The running
3838
Prometheus server can be used to [play around with the metrics][rate-query].
3939

4040
[rate-query]: http://localhost:9090/graph#%5B%7B%22range_input%22%3A%221h%22%2C%22expr%22%3A%22rate(http_server_requests_total%5B1m%5D)%22%2C%22tab%22%3A0%7D%5D

0 commit comments

Comments
 (0)