Skip to content

Commit f728209

Browse files
authored
Merge pull request #99 from tankyleo/2026-05-health-check
Add /metrics endpoint
2 parents f446355 + 922123e commit f728209

5 files changed

Lines changed: 89 additions & 744 deletions

File tree

.github/workflows/build-and-deploy-rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: |
4646
sleep 5
4747
48+
curl -f http://localhost:8080/metrics
49+
4850
# Put request with store='storeId' and key=k1
4951
hex=0A0773746F726549641A150A026B3110FFFFFFFFFFFFFFFFFF011A046B317631
5052
curl -f --data-binary "$(echo "$hex" | xxd -r -p)" http://localhost:8080/vss/putObjects

0 commit comments

Comments
 (0)