Package attribute provides a simplified wrapper around OpenTelemetry attributes.
It offers automatic type detection and standard resource attribute creation.
New creates an attribute with automatic type detection.
Supported types: bool, []bool, float64, []float64, int, []int, int64, []int64, string, []string.
Other types are converted using fmt.Stringer or formatted with %v.