Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
perxis-proto
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
perxis
perxis-proto
Merge requests
!30
Добавлено описание протокола сервиса логирования
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Добавлено описание протокола сервиса логирования
feature/PRXS-951-Log
into
master
Overview
16
Commits
5
Pipelines
0
Changes
3
Merged
Pavel Antonov
requested to merge
feature/PRXS-951-Log
into
master
1 year ago
Overview
16
Commits
5
Pipelines
0
Changes
1
Expand
Задача
PRXS-1889
Стори
PRXS-951
Поля page_num, page_size сделаны Deprecated
Добавлены поля offset, limit
Добавлено описание сервиса логирования
Edited
1 year ago
by
Pavel Antonov
0
0
Merge request reports
Compare
version 2
version 4
ccf33e30
1 year ago
version 3
d4975115
1 year ago
version 2
8b7d1d5b
1 year ago
version 1
2eaf0756
1 year ago
master (base)
and
version 3
latest version
b3370a43
5 commits,
1 year ago
version 4
ccf33e30
4 commits,
1 year ago
version 3
d4975115
3 commits,
1 year ago
version 2
8b7d1d5b
2 commits,
1 year ago
version 1
2eaf0756
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
proto/log/log_service.proto
+
1
−
1
Options
@@ -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
;
// Список выражений для фильтрации
}
Loading