Values.DataSourceSourceRepresents a data source that categorizes logs by originating service and log type, providing service-based organization complementing traditional log groups.
type nonrec t = {name : DataSourceName.t;The name of the data source.
*)type_ : DataSourceType.t option;The type of the data source.
*)}