Versions in this module Expand all Collapse all v1 v1.0.1 Feb 8, 2024 v1.0.0 Feb 8, 2024 Changes in this version + func ClientHTTPService(addr string) *http.Server + func ClientRegister(mux *http.ServeMux) + func Register(mux *http.ServeMux, grpcServer *grpc.Server) + func ServerHTTPService(addr string, grpcServer *grpc.Server) *http.Server + func SetClientPattern(pattern string) + func SetServerPattern(pattern string) + func StreamClientMetrics() grpc.StreamClientInterceptor + func StreamServerMetrics(opts ...Option) grpc.StreamServerInterceptor + func UnaryClientMetrics() grpc.UnaryClientInterceptor + func UnaryServerMetrics(opts ...Option) grpc.UnaryServerInterceptor + type Option func(*options) + func WithCounterMetrics(metrics ...*prometheus.CounterVec) Option + func WithGaugeMetrics(metrics ...*prometheus.GaugeVec) Option + func WithHistogramMetrics(metrics ...*prometheus.HistogramVec) Option + func WithSummaryMetrics(metrics ...*prometheus.SummaryVec) Option