Sha256: 573853fff718254fe80a884776304f3940eb8b40dc3a126314e451fb114345fe
Contents?: true
Size: 403 Bytes
Versions: 40
Compression:
Stored size: 403 Bytes
Contents
# frozen_string_literal: true # Main module namespace module Karafka module Core # Monitoring for Karafka and WaterDrop # It allows us to have a layer that can work with `dry-monitor` as well as # `ActiveSupport::Notifications` or standalone depending on the case. Thanks to that we do not # have to rely on third party tools that could break. module Monitoring end end end
Version data entries
40 entries across 40 versions & 1 rubygems