Skip to content
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

gRPC logging #137

Merged
merged 4 commits into from
Apr 16, 2024
Merged

gRPC logging #137

merged 4 commits into from
Apr 16, 2024

Conversation

jakubno
Copy link
Member

@jakubno jakubno commented Apr 16, 2024

Add a basic logger to orchestrator

it logs every call to the stdout, except health checks and it has a following format

2024-04-16T19:41:43Z	info	finished unary call with code OK	{"grpc.start_time": "2024-04-16T19:41:43Z", "system": "grpc", "span.kind": "server", "grpc.service": "Sandbox", "grpc.method": "Create", "grpc.code": "OK", "grpc.time_ms": 109.469}

@jakubno jakubno merged commit 7887513 into main Apr 16, 2024
@jakubno jakubno deleted the grpc-logging branch April 16, 2024 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant