Replies: 1 comment
-
Hi @savasozer, It is not clear for me... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to use this library in my multi process service. I'll use a shared memory or memory mapped file to write metrics. To do that, I will write new Counter, Gauge and Histogram classess. I wonder should I re-write whole MetricFactory class to use my new metric classess or can I register that new classes to somewhere ?
Beta Was this translation helpful? Give feedback.
All reactions