Files
grpc/src/python
Craig Tiller 88ed3efe6e Refactor CollectionScope to support multiple parents.
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
2025-10-21 16:15:36 -07:00
..