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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |