You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm starting to "prometheus all the things" in our rails application. They have support for ruby garbage collector, rails, puma, activerecord, etc, would this project be open to support on the semantic logger operational metrics?
I could author instrumentation for semantic logger but I'm not sure where to include it. I could put it in this code base? Or would you prefer it's a third party repo?
Yes, adding stats directly to Semantic Logger would be a useful addition. Just be sure that it is thread safe and does not slow down each of the concurrent appenders. Some appenders have their own queues and worker threads too.
I'm starting to "prometheus all the things" in our rails application. They have support for ruby garbage collector, rails, puma, activerecord, etc, would this project be open to support on the semantic logger operational metrics?
I'd love to get stats like
I'm using: https://github.com/discourse/prometheus_exporter
I could author instrumentation for semantic logger but I'm not sure where to include it. I could put it in this code base? Or would you prefer it's a third party repo?
Perhaps this library could make a
SemanticLogger.stats
property like they do on Puma? I'm looking at https://github.com/puma/puma/blob/64c0153cd0bd2bb0fe85258e17dad538067c6484/lib/puma.rb#L28The text was updated successfully, but these errors were encountered: