func go.opencensus.io/trace.Int64Attribute

11 uses

	go.opencensus.io/trace (current package)
		basetypes.go#L58: func Int64Attribute(key string, value int64) Attribute {

	go.opencensus.io/plugin/ochttp
		server.go#L191: 		span.AddAttributes(trace.Int64Attribute(StatusCodeAttribute, int64(t.statusCode)))
		trace.go#L173: 		trace.Int64Attribute(StatusCodeAttribute, int64(resp.StatusCode)),

	cloud.google.com/go/internal/trace
		trace.go#L100: 			a = trace.Int64Attribute(k, int64(v))
		trace.go#L102: 			a = trace.Int64Attribute(k, v)

	contrib.go.opencensus.io/exporter/stackdriver
		trace.go#L130: 	span.AddAttributes(trace.Int64Attribute("num_spans", int64(len(spans))))
		trace.go#L174: 	span.AddAttributes(trace.Int64Attribute("num_spans", int64(len(spans))))

	contrib.go.opencensus.io/integrations/ocsql
		driver.go#L862: 		return trace.Int64Attribute(key, v)

	golang.org/x/pkgsite/internal/worker
		fetch.go#L82: 	span.AddAttributes(trace.Int64Attribute("numPackages", int64(len(ft.PackageVersionStates))))
		server.go#L410: 	span.Annotate([]trace.Attribute{trace.Int64Attribute("limit", int64(limit))}, "processed limit")
		server.go#L416: 	span.Annotate([]trace.Attribute{trace.Int64Attribute("modules to fetch", int64(len(modules)))}, "processed limit")