We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/metric
New web-ui will use /metric endpoint with different methods:
GET /metric
POST /metric
PATCH /metric
DELETE /metric
The text was updated successfully, but these errors were encountered:
[+] add GET /metric endpoint, closes #93
d979c53
Merge pull request #113 from cybertec-postgresql/93-add-support-for-m…
7540a66
…etric-endpoint [+] add `/metric` endpoint, closes #93
pashagolub
denys-holub
Successfully merging a pull request may close this issue.
New web-ui will use
/metric
endpoint with different methods:GET /metric
to list all metrics #94POST /metric
to add a metric #95PATCH /metric
to update metric definition #96DELETE /metric
to delete metric #97The text was updated successfully, but these errors were encountered: