[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
This commit is contained in:
parent
90975282dc
commit
f98bd66317
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue