contrib.go.opencensus.io/integrations/ocsql.ocRows.options (field)

8 uses

	contrib.go.opencensus.io/integrations/ocsql (current package)
		driver.go#L658: 	options TraceOptions
		driver.go#L732: 	if r.options.RowsClose {
		driver.go#L734: 		if len(r.options.DefaultAttributes) > 0 {
		driver.go#L735: 			span.AddAttributes(r.options.DefaultAttributes...)
		driver.go#L748: 	if r.options.RowsNext {
		driver.go#L750: 		if len(r.options.DefaultAttributes) > 0 {
		driver.go#L751: 			span.AddAttributes(r.options.DefaultAttributes...)
		driver.go#L782: 		options: options,