We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a796e commit 5c2aafbCopy full SHA for 5c2aafb
README.md
@@ -164,6 +164,10 @@ docker run -d \
164
165
## API Endpoints
166
167
+### GET `/health`
168
+
169
+API endpoint for checking project health
170
171
### GET `/metrics`
172
173
OpenMetrics format endpoint for Prometheus scraping.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rabbitassets",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Asset price monitoring system with OpenMetrics export",
5
"module": "src/index.ts",
6
"type": "module",
0 commit comments