func go.opentelemetry.io/otel/attribute.String

3 uses

	go.opentelemetry.io/otel/attribute (current package)
		kv.go#L73: func String(k, v string) KeyValue {

	github.com/gotd/td/telegram
		invoke.go#L32: 				attribute.String("tg.method.id", fmt.Sprintf("%x", id)),
		invoke.go#L38: 				attrs = append(attrs, attribute.String("tg.method.name", name))