Documentation ¶
Overview ¶
Package ocmetrics is the logic for receiving OpenCensus metrics proto from already instrumented applications and then passing them onto a metricsink instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct { agentmetricspb.UnimplementedMetricsServiceServer // contains filtered or unexported fields }
Receiver is the type used to handle metrics from OpenCensus exporters.
func (*Receiver) Export ¶
func (ocr *Receiver) Export(mes agentmetricspb.MetricsService_ExportServer) error
Export is the gRPC method that receives streamed metrics from OpenCensus-metricproto compatible libraries/applications.
Click to show internal directories.
Click to hide internal directories.