-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
Hello, I'm trying to export existing monitoring statistics in Prometheus format using this library. I tried to create custom ICollector implementation and add it on startup like this: Metrics.DefaultCollectorRegistry.Add(new MyCollector());. The problem is that I got internal errors while writing to IMetricsWriter as it is not clear what methods should I call and in what order. Can you please point me to documentation or existing sample? I tried to figure that out from the Gauge sources, but It seems to be too complicated for me)
p.s. May be there is a better option?
Reactions are currently unavailable