Risoluto is in active development — Star us on GitHub to follow along!
cURL
curl --request GET \ --url http://localhost:4000/metrics \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Plain-text metrics
The response is of type string.
string
Contact support