Example queries
Types of queries
Examples of instant queries
Counting error logs
SELECT count() AS log_count,
workload AS workload,
namespace AS namespace
FROM groundcover.logs
WHERE $__timeFilter(timestamp)
AND level = 'error'
GROUP BY workload, namespaceFree text search
Selecting and filtering by log attributes
Examples of range queries
Distribution of logs based on an attribute
Last updated
