-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iter25 #28
Iter25 #28
Conversation
Запуск grpc сервера (для получения данных с агента; стартуер вместе с http): -g :3200, либо GRPC_ADDRESS, либо grpc_address в json-конфиге Для агента работа через grpc будет при установке: -gprc, либо env:USE_GRPC либо use_grpc в json (значение bool); адрес сервера берется из строки ADDRESS
GetAllMetrics(ctx context.Context) ([]domain.Metrics, error) | ||
``` | ||
@alekstet alekstet 2 weeks ago | ||
А если будет много метрик, может сделать пагинацию какую-то |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пагинация хорошая штука
Особенно если курсорная
"google.golang.org/grpc/status" | ||
) | ||
|
||
// EncrichWithRequestIDInterceptor Добавляет к запросу RequestID и устанавливает в контекст логгер |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RequestID хорошая штука
} | ||
} | ||
|
||
// LoggingRequestInfoInteceptor выводит инфрмацию о времени выполнения и статусе возврата |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это тоже очень хороший подход
No description provided.