Update 06-metrics.md

This commit is contained in:
Iñigo Medina 2018-04-12 22:52:00 +02:00 committed by GitHub
parent a0f8a720a0
commit 18d7ff8757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
## Metrics
CartoDB-SQL-API metrics
=======================
SQL API provides you with a set of operations to handle metrics. You are able to manage timers operations that allow you to analyze your queries, and counters operations that allow you to meaure success and failed queries.
### Timers
- **sqlapi.query**: time to return a query resultset from the API, splitted into:
@ -18,4 +17,4 @@ CartoDB-SQL-API metrics
### Counters
- **sqlapi.query.success**: number of successful queries
- **sqlapi.query.error**: number of failed queries
- **sqlapi.query.error**: number of failed queries