contrib.go.opencensus.io/exporter/stackdriver.statsExporter.PushMetricsProto (method)

3 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		metrics_proto.go#L52: func (se *statsExporter) PushMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) (int, error) {
		stackdriver.go#L400: 	_, err := e.statsExporter.PushMetricsProto(ctx, node, rsc, metrics)
		stackdriver.go#L406: 	return e.statsExporter.PushMetricsProto(ctx, node, rsc, metrics)