package
1.5.1
Repository: https://github.com/syncromatics/go-kit.git
Documentation: pkg.go.dev

# Functions

CreateServer will create a grpc server with tracing, prometheus stats, and logging.
Dial creates a client connection to the given target.
HostMetrics will host the prometheus metrics.
HostServer will host the grpc server and gracefully stop if the context is completed.
WaitTillServiceIsAvailable uses the ping service to wait till a grpc server is available.
WithInsecure returns a DialOption which disables transport security for this ClientConn.

# Structs

Settings are the settings for the grpc service.