API/Functions for Memory Management for Observable Counters upon Process Termination #2524
IamVishalSharma
started this conversation in
General
Replies: 1 comment 8 replies
-
@IamVishalSharma Can you try calling auto meter = provider->GetMeter(name, version, url);
...
..
//cleanup
provider->RemoveMeter(name, version, url);
meter->reset();
provider->Shutdown(); |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please share your inputs
Beta Was this translation helpful? Give feedback.
All reactions