attributeDoubleList static method
Create a double list attribute key
Implementation
static Attribute<List<double>> attributeDoubleList(
String name, List<double> value) {
_getAndCacheOtelFactory();
return OTelFactory.otelFactory!.attributeDoubleList(name, value);
}