Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Create a metrics registry. Registry = prometheus.NewRegistry() // Create some standard server metrics. GrpcMetrics = grpcprometheus.NewServerMetrics( func(o *prometheus.CounterOpts) { o.Namespace = "phalanx" }, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.