type github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1.Node
18 uses
github.com/census-instrumentation/opencensus-proto/gen-go/agent/common/v1 (current package)
common.pb.go#L123: type Node struct {
common.pb.go#L138: func (x *Node) Reset() {
common.pb.go#L139: *x = Node{}
common.pb.go#L147: func (x *Node) String() string {
common.pb.go#L151: func (*Node) ProtoMessage() {}
common.pb.go#L153: func (x *Node) ProtoReflect() protoreflect.Message {
common.pb.go#L166: func (*Node) Descriptor() ([]byte, []int) {
common.pb.go#L170: func (x *Node) GetIdentifier() *ProcessIdentifier {
common.pb.go#L177: func (x *Node) GetLibraryInfo() *LibraryInfo {
common.pb.go#L184: func (x *Node) GetServiceInfo() *ServiceInfo {
common.pb.go#L191: func (x *Node) GetAttributes() map[string]string {
common.pb.go#L479: (*Node)(nil), // 1: opencensus.proto.agent.common.v1.Node
common.pb.go#L507: switch v := v.(*Node); i {
contrib.go.opencensus.io/exporter/stackdriver
metrics_proto.go#L52: func (se *statsExporter) PushMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) (int, error) {
stackdriver.go#L399: func (e *Exporter) ExportMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) error {
stackdriver.go#L405: func (e *Exporter) PushMetricsProto(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, metrics []*metricspb.Metric) (int, error) {
stackdriver.go#L447: func (e *Exporter) PushTraceSpans(ctx context.Context, node *commonpb.Node, rsc *resourcepb.Resource, spans []*trace.SpanData) (int, error) {
trace.go#L123: func (e *traceExporter) pushTraceSpans(ctx context.Context, node *commonpb.Node, r *resourcepb.Resource, spans []*trace.SpanData) (int, error) {
 |
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. |