-
-
Notifications
You must be signed in to change notification settings - Fork 540
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
Added a periodic heartbeat event metric to sql-server
#7090
Conversation
Tested this manually, a little tricky to test via bats but open to suggestions |
… case of a bad GRPC client
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.
Looks great.
One comment would be that it seems Application
, as a mutable global variable in the event emitter or construction package or whatever, should be commented, so that it's clear that doltgres as a separate entry point is going to set it, and it should be set once at the beginning of a program, etc.
Also adds new constants for Doltgres as an application