Compare commits

...

1 Commits

Author SHA1 Message Date
Nana Pang f98bd66317 [export]
[gRPC telemetry] Implement stats plugin for internal users.

----
DO NOT SUBMIT. This PR is for testing purposes only. [cl/627516799](http://cl/627516799)

PiperOrigin-RevId: 627516799
2024-06-06 15:16:02 -07:00
1 changed files with 3 additions and 2 deletions

View File

@ -212,13 +212,14 @@ class GlobalInstrumentsRegistry {
static const GlobalInstrumentDescriptor& GetInstrumentDescriptor(
GlobalInstrumentHandle handle);
static std::vector<GlobalInstrumentsRegistry::GlobalInstrumentDescriptor>&
GetInstrumentList();
private:
friend class GlobalInstrumentsRegistryTestPeer;
GlobalInstrumentsRegistry() = delete;
static std::vector<GlobalInstrumentsRegistry::GlobalInstrumentDescriptor>&
GetInstrumentList();
static InstrumentID RegisterInstrument(
ValueType value_type, InstrumentType instrument_type,
absl::string_view name, absl::string_view description,