Values.ServiceGroupSourceA structure that represents a logical grouping of services based on shared attributes such as business unit, environment, or entry point.
type nonrec t = {groupName : GroupName.t option;The name of the grouping attribute, such as BusinessUnit or Environment.
*)groupValue : GroupValue.t option;The value of the grouping attribute for this service, such as Payments or Production.
*)groupSource : GroupSource.t option;The source of the grouping attribute, such as TAG, OTEL, or DEFAULT.
*)groupIdentifier : GroupIdentifier.t option;A unique identifier for this grouping attribute value, used for filtering and API operations.
*)}