Update 06-metrics.md
This commit is contained in:
parent
a0f8a720a0
commit
18d7ff8757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user