Skip to content

Commit 18e18e7

Browse files
committed
initial commit of stats script
1 parent 9bcd81b commit 18e18e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stats.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
curl -s --request GET \
2+
--url http://localhost:8080/api/v1/ingest \
3+
--header 'Content-Type: application/json' \
4+
| jq '."INGEST-1".stats'

0 commit comments

Comments
 (0)