Skip to content

Commit fddffd8

Browse files
authored
Fix Kibana port in APM example
1 parent 3cd5a9a commit fddffd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fastapi-apm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and a script to ping the web app with different endpoints.
2222

2323
The following services will be available:
2424

25-
- Kibana: http://localhost:5061
25+
- Kibana: http://localhost:5601
2626
- Elasticsearch: http://localhost:9200
2727
- APM Server: http://localhost:8200
2828
- FastAPI app: http://localhost:9292

0 commit comments

Comments
 (0)