Versions in this module Expand all Collapse all v2 v2.0.0 Jun 16, 2020 Changes in this version + type Option func(*Options) + func ListenAddress(address string) Option + func MetricsPath(path string) Option + func ServiceID(id string) Option + func ServiceName(name string) Option + func ServiceVersion(version string) Option + type Options struct + ListenAddress string + MetricsPath string + ServiceID string + ServiceName string + ServiceVersion string + Subsystem string + type Prometheus interface + NewCallWrapper func() client.CallWrapper + NewClientWrapper func() client.Wrapper + NewHandlerWrapper func() server.HandlerWrapper + NewSubscriberWrapper func() server.SubscriberWrapper + func NewPrometheus(opts ...Option) Prometheus Other modules containing this package github.com/x-punch/micro-prometheus/v3