mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
The patch adds REST API support for the lightweight
slow query tracing (fast) mode that is implemented by
omitting all of the trace events during the tracing.
$ curl -v http://localhost:10000/storage_service/slow_query
$ curl -v --request POST http://localhost:10000/storage_service/slow_query\?fast=true\&enable=true
Signed-off-by: Ivan Prisyazhnyy <ivan@scylladb.com>