Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // default metric prefix DefaultMetricPrefix = "micro_" // default label prefix DefaultLabelPrefix = "micro_" )
Functions ¶
func NewCallWrapper ¶ added in v2.8.0
func NewCallWrapper(opts ...Option) client.CallWrapper
func NewClientWrapper ¶ added in v2.8.0
func NewHandlerWrapper ¶
func NewHandlerWrapper(opts ...Option) server.HandlerWrapper
func NewSubscriberWrapper ¶ added in v2.8.0
func NewSubscriberWrapper(opts ...Option) server.SubscriberWrapper
Types ¶
type Option ¶ added in v2.9.1
type Option func(*Options)
func ServiceName ¶ added in v2.9.1
func ServiceVersion ¶ added in v2.9.1
Click to show internal directories.
Click to hide internal directories.