mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-24 17:28:13 +02:00
88ed3efe6e
This change modifies `grpc_core::CollectionScope` to accept a vector of parent scopes instead of a single parent. This allows a single scope to aggregate its metrics into multiple parent scopes. Consequently, the special `GetGlobalCollectionScope` function and its associated global state are removed, as a root scope can now be created using `CreateCollectionScope({}, {})`.
PiperOrigin-RevId: 822316366