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
Commits
7389bcca
Commit
7389bcca
authored
1 year ago
by
ko_oler
Browse files
Options
Downloads
Patches
Plain Diff
Изменено описание протокола сервиса логирования
parent
63410745
No related branches found
No related tags found
1 merge request
!32
Изменено описание протокола сервиса логирования
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/log/log.proto
+2
-2
2 additions, 2 deletions
proto/log/log.proto
with
2 additions
and
2 deletions
proto/log/log.proto
+
2
−
2
View file @
7389bcca
...
...
@@ -83,7 +83,7 @@ message LogEntry {
// /orgs/<org_id> - организация
// /users/<user_id> - пользователь
// /services/<service_id> - сервис
string
object
=
8
;
string
object
_id
=
8
;
// caller содержит идентификатор сущности вызвавшей событиe, аналогично полю object
//
...
...
@@ -91,7 +91,7 @@ message LogEntry {
// /users/<user_id> - пользователь
// /spaces/<space_id>/clients/<client_id> - клиент
// /services/<service_id> - сервис
string
caller
=
9
;
string
caller
_id
=
9
;
// attr содержит дополнительные связанные с событием атрибуты в формате Any
// позволяет добавить дополнительные данные в событие
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment