Skip to content
Snippets Groups Projects
Commit d4975115 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Fix

parent 8b7d1d5b
No related branches found
No related tags found
1 merge request!30Добавлено описание протокола сервиса логирования
......@@ -43,7 +43,7 @@ message Filter {
// Примеры:
// 1. `timestamp > '2019-01-01' AND timestamp < '2019-01-02'`
// 2. `timestamp > '2019-01-01' AND timestamp < '2019-01-02' AND level = 'error'`
// 3. `component = 'api' AND object.id = '123' AND object.type = 'item' AND context.space = 'spc1'`
// 3. `component = 'api' AND object_id = '123' AND object_type = 'item' AND space = 'spc1'`
// 4. `id in ['1', '2', '3']`
repeated string q = 3; // Список выражений для фильтрации
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment