func go.opentelemetry.io/otel/attribute.String
32 uses
go.opentelemetry.io/otel/attribute (current package)
kv.go#L62: func String(k, v string) KeyValue {
go.opentelemetry.io/otel/semconv/v1.41.0
attribute_group.go#L3644: return attribute.String("container.label."+key, val)
attribute_group.go#L4000: return attribute.String("db.operation.parameter."+key, val)
attribute_group.go#L4008: return attribute.String("db.query.parameter."+key, val)
attribute_group.go#L10080: return attribute.String("k8s.cronjob.annotation."+key, val)
attribute_group.go#L10088: return attribute.String("k8s.cronjob.label."+key, val)
attribute_group.go#L10109: return attribute.String("k8s.daemonset.annotation."+key, val)
attribute_group.go#L10117: return attribute.String("k8s.daemonset.label."+key, val)
attribute_group.go#L10139: return attribute.String("k8s.deployment.annotation."+key, val)
attribute_group.go#L10147: return attribute.String("k8s.deployment.label."+key, val)
attribute_group.go#L10216: return attribute.String("k8s.job.annotation."+key, val)
attribute_group.go#L10224: return attribute.String("k8s.job.label."+key, val)
attribute_group.go#L10244: return attribute.String("k8s.namespace.annotation."+key, val)
attribute_group.go#L10252: return attribute.String("k8s.namespace.label."+key, val)
attribute_group.go#L10267: return attribute.String("k8s.node.annotation."+key, val)
attribute_group.go#L10275: return attribute.String("k8s.node.label."+key, val)
attribute_group.go#L10302: return attribute.String("k8s.persistentvolume.annotation."+key, val)
attribute_group.go#L10310: return attribute.String("k8s.persistentvolume.label."+key, val)
attribute_group.go#L10333: return attribute.String("k8s.persistentvolumeclaim.annotation."+key, val)
attribute_group.go#L10341: return attribute.String("k8s.persistentvolumeclaim.label."+key, val)
attribute_group.go#L10363: return attribute.String("k8s.pod.annotation."+key, val)
attribute_group.go#L10383: return attribute.String("k8s.pod.label."+key, val)
attribute_group.go#L10410: return attribute.String("k8s.replicaset.annotation."+key, val)
attribute_group.go#L10418: return attribute.String("k8s.replicaset.label."+key, val)
attribute_group.go#L10475: return attribute.String("k8s.service.annotation."+key, val)
attribute_group.go#L10490: return attribute.String("k8s.service.label."+key, val)
attribute_group.go#L10512: return attribute.String("k8s.service.selector."+key, val)
attribute_group.go#L10533: return attribute.String("k8s.statefulset.annotation."+key, val)
attribute_group.go#L10541: return attribute.String("k8s.statefulset.label."+key, val)
attribute_group.go#L13989: return attribute.String("process.environment_variable."+key, val)
github.com/gotd/td/telegram
invoke.go#L36: attribute.String("tg.method.id", fmt.Sprintf("%x", id)),
invoke.go#L42: attrs = append(attrs, attribute.String("tg.method.name", name))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |