1234567891011121314151617181920(** A few core extensions.
@since NEXT_RELEASE *)openTypes(** Additional extensions *)typeextension_event+=|Extension_set_thread_nameofstring|Extension_set_process_nameofstring(** Specialized parameters *)typeextension_parameter+=|Extension_span_flavorof[`Sync|`Async](** Tell the backend if this is a sync or async span *)typemetric+=|Metric_intofint(** Int counter or gauge, supported by tracy, TEF, etc *)|Metric_floatoffloat(** Float counter or gauge, supported by tracy, TEF, etc *)