# Functions
InstanceIsHealthy returns an InstanceMatcher that matches healthy instances.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBuildInfoCustomizer returns a ServiceRegistrationCustomizer that extract service's build information and put it in tags and metadata.
NewPropertiesBasedCustomizer returns a ServiceRegistrationCustomizer that populate tags and metadata based on service's loaded properties and the given "propertyPaths".
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
ServiceCache is not goroutine-safe unless the detail implementation says so.
ServiceRegistrar is the interface to interact with external service registration system.
ServiceRegistration is the data to be registered with any external service registration system.
ServiceRegistrationCustomizer customize given ServiceRegistration during bootstrap.
# Type aliases
No description provided by the author
HealthStatus maintenance > critical > warning > passing.
InstanceMatcher is a matcher.Matcher that takes Instance or *Instance.
ServiceRegistrationCustomizerFunc is the func that implements ServiceRegistrationCustomizer.