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
8b7d1d5b
Commit
8b7d1d5b
authored
1 year ago
by
Pavel Antonov
Browse files
Options
Downloads
Patches
Plain Diff
Fix
parent
2eaf0756
No related branches found
No related tags found
1 merge request
!30
Добавлено описание протокола сервиса логирования
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/log/log_service.proto
+1
-1
1 addition, 1 deletion
proto/log/log_service.proto
with
1 addition
and
1 deletion
proto/log/log_service.proto
+
1
−
1
View file @
8b7d1d5b
...
@@ -16,7 +16,7 @@ service LogService {
...
@@ -16,7 +16,7 @@ service LogService {
// Метод для записи логов
// Метод для записи логов
rpc
Log
(
stream
LogRequest
)
returns
(
LogResponse
)
{}
rpc
Log
(
stream
LogRequest
)
returns
(
LogResponse
)
{}
// Метод для
обработки отдельной записи
лога
// Метод для
записи одного
лога
rpc
LogEntry
(
LogRequest
)
returns
(
LogResponse
)
{}
rpc
LogEntry
(
LogRequest
)
returns
(
LogResponse
)
{}
// Метод для поиска логов по заданным параметрам
// Метод для поиска логов по заданным параметрам
...
...
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