const go.opentelemetry.io/otel/semconv/v1.41.0.VCSRefHeadTypeKey

3 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L16941: 	VCSRefHeadTypeKey = attribute.Key("vcs.ref.head.type")
		attribute_group.go#L17157: 	VCSRefHeadTypeBranch = VCSRefHeadTypeKey.String("branch")
		attribute_group.go#L17162: 	VCSRefHeadTypeTag = VCSRefHeadTypeKey.String("tag")