Create a string attribute key
static Attribute<String> attributeString(String name, String value) { _getAndCacheOtelFactory(); return OTelFactory.otelFactory!.attributeString(name, value); }