go.opentelemetry.io/otel/attribute.Value.AsInt64 (method)

6 uses

	go.opentelemetry.io/otel/attribute (current package)
		value.go#L185: func (v Value) AsInt64() int64 {
		value.go#L303: 		return v.AsInt64()
		value.go#L343: 		return strconv.FormatInt(v.AsInt64(), 10)
		value.go#L381: 		return strconv.FormatInt(v.AsInt64(), 10)
		value.go#L867: 		out := strconv.AppendInt(buf[:0], v.AsInt64(), 10)

	go.opentelemetry.io/otel/trace
		auto.go#L311: 		return telemetry.Int64Value(value.AsInt64())