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

Migrate to slog #85

Merged
merged 7 commits into from
Feb 6, 2024
Merged

Migrate to slog #85

merged 7 commits into from
Feb 6, 2024

Conversation

majst01
Copy link
Contributor

@majst01 majst01 commented Jan 27, 2024

Also update to grpc-middleware v2

TODO:

  • grpc metrics are still missing

@majst01 majst01 requested a review from a team as a code owner January 27, 2024 14:49
@mwennrich
Copy link

(...)
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 1.5832328e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 9
# HELP grpc_server_handled_total Total number of RPCs completed on the server, regardless of success or failure.
# TYPE grpc_server_handled_total counter
grpc_server_handled_total{grpc_code="AlreadyExists",grpc_method="Create",grpc_service="v1.TenantService",grpc_type="unary"} 2
grpc_server_handled_total{grpc_code="FailedPrecondition",grpc_method="Update",grpc_service="v1.TenantService",grpc_type="unary"} 2
(...)

@majst01 majst01 merged commit 47e84d4 into master Feb 6, 2024
1 check passed
@majst01 majst01 deleted the migrate-to-slog branch February 6, 2024 16:45
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.

2 participants