Skip to content

Commit 33b97c6

Browse files
authored
/stats README
1 parent 9bd85a5 commit 33b97c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ curl -i -X DELETE http://localhost:6660/default/key/foo \
240240
-H "Authorization: Bearer $TOKEN"
241241
242242
# 6) Node stats
243-
curl localhost:8081/stats
243+
curl http://localhost:6660/stats
244244
Response:
245245
{"tables":{"auth":2,"test":20088,"default":1},"total_keys":20091,"total_requests":5,"average_latency_ms":0.4171416,"active_sse_connections":0}
246246
```

0 commit comments

Comments
 (0)