You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience, it's fairly common to expose alongside the health check values some static information about the service, typically the version.
Problem is, the only way to expose those information with go-sundheit is to define a check which means having a ticker refreshing the value. A ticker is not a performance issue but it's still a bit silly. It would be nice if go-sundheit allowed to do that in a less hacky way.
The text was updated successfully, but these errors were encountered:
Nice little package :-)
In my experience, it's fairly common to expose alongside the health check values some static information about the service, typically the version.
Problem is, the only way to expose those information with
go-sundheit
is to define a check which means having a ticker refreshing the value. A ticker is not a performance issue but it's still a bit silly. It would be nice ifgo-sundheit
allowed to do that in a less hacky way.The text was updated successfully, but these errors were encountered: