Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelzMetrics ¶
type ChannelzMetrics struct { ServerCallsStarted *prometheus.Desc ServerCallsSucceeded *prometheus.Desc ServerCallsFailed *prometheus.Desc // contains filtered or unexported fields }
func NewChannelzMetrics ¶
func NewChannelzMetrics(grpcServerAddress string, logWriter io.Writer) *ChannelzMetrics
func (ChannelzMetrics) Collect ¶
func (c ChannelzMetrics) Collect(metrics chan<- prometheus.Metric)
func (ChannelzMetrics) Describe ¶
func (c ChannelzMetrics) Describe(descriptors chan<- *prometheus.Desc)
Click to show internal directories.
Click to hide internal directories.