func go.opencensus.io/trace.StringAttribute
44 uses
go.opencensus.io/trace (current package)
basetypes.go#L68: func StringAttribute(key string, value string) Attribute {
go.opencensus.io/plugin/ochttp
span_annotating_client_trace.go#L64: trace.StringAttribute("httptrace.get_connection.host_port", hostPort),
span_annotating_client_trace.go#L76: trace.StringAttribute("httptrace.got_connection.idle_time", info.IdleTime.String()))
span_annotating_client_trace.go#L86: trace.StringAttribute("httptrace.put_idle_connection.error", err.Error()))
span_annotating_client_trace.go#L101: trace.StringAttribute("httptrace.dns_start.host", info.Host),
span_annotating_client_trace.go#L112: trace.StringAttribute("httptrace.dns_done.addrs", strings.Join(addrs, " , ")),
span_annotating_client_trace.go#L116: trace.StringAttribute("httptrace.dns_done.error", info.Err.Error()))
span_annotating_client_trace.go#L123: trace.StringAttribute("httptrace.connect_start.network", network),
span_annotating_client_trace.go#L124: trace.StringAttribute("httptrace.connect_start.addr", addr),
span_annotating_client_trace.go#L131: trace.StringAttribute("httptrace.connect_done.network", network),
span_annotating_client_trace.go#L132: trace.StringAttribute("httptrace.connect_done.addr", addr),
span_annotating_client_trace.go#L136: trace.StringAttribute("httptrace.connect_done.error", err.Error()))
span_annotating_client_trace.go#L149: trace.StringAttribute("httptrace.tls_handshake_done.error", err.Error()))
span_annotating_client_trace.go#L166: trace.StringAttribute("httptrace.wrote_request.error", info.Err.Error()))
trace.go#L158: trace.StringAttribute(PathAttribute, r.URL.Path),
trace.go#L159: trace.StringAttribute(URLAttribute, r.URL.String()),
trace.go#L160: trace.StringAttribute(HostAttribute, r.Host),
trace.go#L161: trace.StringAttribute(MethodAttribute, r.Method),
trace.go#L165: attrs = append(attrs, trace.StringAttribute(UserAgentAttribute, userAgent))
cloud.google.com/go/internal/trace
trace.go#L96: a = trace.StringAttribute(k, v)
trace.go#L104: a = trace.StringAttribute(k, fmt.Sprintf("%#v", v))
contrib.go.opencensus.io/integrations/ocsql
driver.go#L30: attrMissingContext = trace.StringAttribute("ocsql.warning", "missing upstream context")
driver.go#L31: attrDeprecated = trace.StringAttribute("ocsql.warning", "database driver uses deprecated features")
driver.go#L167: trace.StringAttribute(
driver.go#L172: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L211: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L247: trace.StringAttribute(
driver.go#L252: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L292: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L324: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L359: attrs = append(attrs, trace.StringAttribute("sql.query", query))
driver.go#L423: trace.StringAttribute(
driver.go#L494: trace.StringAttribute(
driver.go#L499: attrs = append(attrs, trace.StringAttribute("sql.query", s.query))
driver.go#L541: trace.StringAttribute(
driver.go#L546: attrs = append(attrs, trace.StringAttribute("sql.query", s.query))
driver.go#L583: attrs = append(attrs, trace.StringAttribute("sql.query", s.query))
driver.go#L622: attrs = append(attrs, trace.StringAttribute("sql.query", s.query))
driver.go#L860: return trace.StringAttribute(key, "")
driver.go#L864: return trace.StringAttribute(key, fmt.Sprintf("%f", v))
driver.go#L871: return trace.StringAttribute(key, fmt.Sprintf("%s", v))
driver.go#L877: return trace.StringAttribute(key, s)
golang.org/x/pkgsite/internal/worker
fetch.go#L69: trace.StringAttribute("modulePath", modulePath),
fetch.go#L70: trace.StringAttribute("version", requestedVersion))
 |
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. |