Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(ctx context.Context) ([]grpc.DialOption, []grpc.CallOption)
Register registers a new prometheus plugin for grpc client.
Types ¶
type Options ¶
type Options struct {
Enabled bool
}
Options prometheus plugin for grpc client options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals options based a given key path.
type Prometheus ¶
type Prometheus struct {
// contains filtered or unexported fields
}
Prometheus represents prometheus plugin for grpc client.
func NewPrometheus ¶
func NewPrometheus() *Prometheus
NewPrometheus returns a new prometheus plugin with default options.
func NewPrometheusWithConfigPath ¶
func NewPrometheusWithConfigPath(path string) (*Prometheus, error)
NewPrometheusWithConfigPath returns a new prometheus plugin with options from config path.
func NewPrometheusWithOptions ¶
func NewPrometheusWithOptions(options *Options) *Prometheus
NewPrometheusWithOptions returns a new prometheus plugin with options.
func (*Prometheus) Register ¶
func (i *Prometheus) Register(ctx context.Context) ([]grpc.DialOption, []grpc.CallOption)
Register registers this prometheus plugin for grpc client.
Click to show internal directories.
Click to hide internal directories.