active_statsd 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7ba98bd3462d5bb72af512e20ed1a28889a1b8ace4d47478a429086e76007222
4
+ data.tar.gz: 524bb2108f7b84aa9e13d06c22edbd088a65b8ce2cb0716b3355e191f7cf1ed8
5
+ SHA512:
6
+ metadata.gz: a1269bae74e65c2b55a92720cc962abdb2e8794a145826332b87a0540caefb141faf0bb4c9a4d28a5a6ebca501b0356afab8f7b10125c6d725fe27407dad32e0
7
+ data.tar.gz: 318929577949d3447672166ed61cbb8c1d81b689a814fa25b05c49b916f852ecb1f2f8707746bfca00a0074b25322c011c3fe8015447c73d4e792d2505e50d58
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.standard.yml ADDED
@@ -0,0 +1,3 @@
1
+ # For available configuration options, see:
2
+ # https://github.com/standardrb/standard
3
+ ruby_version: 2.6
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2025-07-09
4
+
5
+ - Initial release
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at michael.poage@beehiiv.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2025 Mike Poage
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,124 @@
1
+ # ActiveStatsD
2
+
3
+ ActiveStatsD is a lightweight Ruby gem that provides a built-in StatsD-compatible UDP server and client integration directly within your Rails applications. It simplifies local metrics aggregation during development and seamlessly integrates with external aggregation services like Datadog in production.
4
+
5
+ ---
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Rails application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'active_statsd'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ ```bash
18
+ bundle install
19
+ ```
20
+
21
+ ---
22
+
23
+ ## Usage
24
+
25
+ ### Configuration
26
+
27
+ Configure ActiveStatsD in your Rails initializer:
28
+
29
+ ```ruby
30
+ # config/initializers/active_statsd.rb
31
+ ActiveStatsD.configure do |config|
32
+ config.host = '127.0.0.1'
33
+ config.port = 8125
34
+ config.namespace = 'my_rails_app'
35
+ end
36
+ ```
37
+
38
+ ### Sending Metrics
39
+
40
+ Use the convenient `Rails.stats` interface:
41
+
42
+ ```ruby
43
+ # Increment a counter
44
+ Rails.stats.increment('user.signup.success')
45
+
46
+ # Record a gauge metric
47
+ Rails.stats.gauge('user.current.active_sessions', 123)
48
+
49
+ # Measure execution time
50
+ Rails.stats.timing('db.query.time') do
51
+ User.where(active: true).load
52
+ end
53
+ ```
54
+
55
+ ---
56
+
57
+ ## Development Mode (Embedded Server)
58
+
59
+ In development mode, ActiveStatsD automatically runs an embedded UDP StatsD server to locally aggregate metrics. Aggregated metrics are flushed to your Rails logs every 10 seconds:
60
+
61
+ ```
62
+ [ActiveStatsD] Aggregated metric - my_rails_app.user.signup.success: 42
63
+ ```
64
+
65
+ ---
66
+
67
+ ## Production Usage
68
+
69
+ For multi-server production setups, it's recommended to disable the embedded server and instead send metrics directly to a centralized aggregator like Datadog:
70
+
71
+ ```ruby
72
+ # config/environments/production.rb
73
+ ActiveStatsD.configure do |config|
74
+ config.host = ENV['DATADOG_AGENT_HOST'] || 'datadog-agent.internal'
75
+ config.port = 8125
76
+ config.namespace = 'my_rails_app'
77
+ end
78
+ ```
79
+
80
+ Datadog will handle metric aggregation across multiple instances and provide centralized dashboards.
81
+
82
+ ---
83
+
84
+ ## Development
85
+
86
+ After cloning the repository, run `bin/setup` to install dependencies. To run tests:
87
+
88
+ ```bash
89
+ bundle exec rake spec
90
+ ```
91
+
92
+ To experiment with the gem interactively, use:
93
+
94
+ ```bash
95
+ bin/console
96
+ ```
97
+
98
+ To release a new version, update the version number in `lib/active_statsd/version.rb`, and run:
99
+
100
+ ```bash
101
+ bundle exec rake release
102
+ ```
103
+
104
+ This will tag the release, push commits and tags, and release to [RubyGems](https://rubygems.org).
105
+
106
+ ---
107
+
108
+ ## Contributing
109
+
110
+ Bug reports and pull requests are welcome on GitHub at [https://github.com/RubyBrewsday/active_statsd](https://github.com/RubyBrewsday/active_statsd).
111
+
112
+ This project is intended to be a welcoming space for collaboration. Contributors are expected to adhere to the [Code of Conduct](https://github.com/RubyBrewsday/active_statsd/blob/main/CODE_OF_CONDUCT.md).
113
+
114
+ ---
115
+
116
+ ## License
117
+
118
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
119
+
120
+ ---
121
+
122
+ ## Code of Conduct
123
+
124
+ Everyone interacting in ActiveStatsD's codebase, issue tracker, chat rooms, and mailing lists is expected to follow the [Code of Conduct](https://github.com/RubyBrewsday/active_statsd/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "rspec/core/rake_task"
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ require "standard/rake"
9
+
10
+ task default: %i[spec standard]
@@ -0,0 +1,42 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative "lib/active_statsd/version"
4
+
5
+ Gem::Specification.new do |spec|
6
+ spec.name = "active_statsd"
7
+ spec.version = ActiveStatsd::VERSION
8
+ spec.authors = ["Mike Poage"]
9
+ spec.email = ["poage.michael.cu@gmail.com"]
10
+
11
+ spec.summary = "ActiveStatsd is a gem that provides a Rails-friendly interface for StatsD."
12
+ spec.description = "ActiveStatsd is a gem that provides a Rails-friendly interface for StatsD."
13
+ spec.homepage = "https://github.com/RubyBrewsday/active_statsd"
14
+ spec.license = "MIT"
15
+ spec.required_ruby_version = ">= 2.6.0"
16
+
17
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
+
19
+ spec.metadata["homepage_uri"] = spec.homepage
20
+ spec.metadata["source_code_uri"] = "https://github.com/RubyBrewsday/active_statsd"
21
+ spec.metadata["changelog_uri"] = "https://github.com/RubyBrewsday/active_statsd/blob/main/CHANGELOG.md"
22
+
23
+ # Specify which files should be added to the gem when it is released.
24
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
25
+ spec.files = Dir.chdir(__dir__) do
26
+ `git ls-files -z`.split("\x0").reject do |f|
27
+ (File.expand_path(f) == __FILE__) ||
28
+ f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
29
+ end
30
+ end
31
+ spec.bindir = "exe"
32
+ spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
33
+ spec.require_paths = ["lib"]
34
+
35
+ # active_statsd.gemspec
36
+ spec.add_dependency 'statsd-ruby'
37
+ spec.add_dependency 'rails', '>= 5.0'
38
+
39
+ # Development dependencies (for testing)
40
+ spec.add_development_dependency 'rspec-rails'
41
+
42
+ end
@@ -0,0 +1,38 @@
1
+ # lib/active_statsd/client.rb
2
+ require 'socket'
3
+
4
+ module ActiveStatsD
5
+ class Client
6
+ def initialize(host:, port:, namespace:)
7
+ @host = host
8
+ @port = port
9
+ @namespace = namespace
10
+ @socket = UDPSocket.new
11
+ end
12
+
13
+ def increment(metric, by: 1)
14
+ send_metric("#{metric}:#{by}|c")
15
+ end
16
+
17
+ def gauge(metric, value)
18
+ send_metric("#{metric}:#{value}|g")
19
+ end
20
+
21
+ def timing(metric)
22
+ start_time = Time.now
23
+ yield
24
+ ensure
25
+ duration = ((Time.now - start_time) * 1000).round
26
+ send_metric("#{metric}:#{duration}|ms")
27
+ end
28
+
29
+ private
30
+
31
+ def send_metric(data)
32
+ namespaced_data = "#{@namespace}.#{data}"
33
+ @socket.send(namespaced_data, 0, @host, @port)
34
+ rescue => e
35
+ Rails.logger.error "[ActiveStatsD] Client error: #{e.message}"
36
+ end
37
+ end
38
+ end
@@ -0,0 +1,11 @@
1
+ module ActiveStatsD
2
+ class Configuration
3
+ attr_accessor :host, :port, :namespace
4
+
5
+ def initialize
6
+ @host = '127.0.0.1'
7
+ @port = 8125
8
+ @namespace = 'rails_app'
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,8 @@
1
+ # lib/active_statsd/rails_integration.rb
2
+ module ActiveStatsD
3
+ module RailsIntegration
4
+ def stats
5
+ ActiveStatsD.client
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,25 @@
1
+ # lib/active_statsd/railtie.rb
2
+ require 'rails'
3
+
4
+ module ActiveStatsD
5
+ class Railtie < Rails::Railtie
6
+ initializer 'active_statsd.start_server' do
7
+ ActiveSupport.on_load(:after_initialize) do
8
+ server = ActiveStatsD::Server.new(
9
+ host: ActiveStatsD.configuration.host,
10
+ port: ActiveStatsD.configuration.port
11
+ )
12
+
13
+ server.start
14
+
15
+ Rails.logger.info "[ActiveStatsD] Embedded StatsD server started on #{ActiveStatsD.configuration.host}:#{ActiveStatsD.configuration.port}"
16
+ end
17
+ end
18
+
19
+ initializer 'active_statsd.extend_rails' do
20
+ ActiveSupport.on_load(:after_initialize) do
21
+ Rails.extend ActiveStatsD::RailsIntegration
22
+ end
23
+ end
24
+ end
25
+ end
@@ -0,0 +1,73 @@
1
+ # lib/active_statsd/server.rb
2
+ require 'socket'
3
+
4
+ module ActiveStatsD
5
+ class Server
6
+ def initialize(host: '127.0.0.1', port: 8125)
7
+ @host = host
8
+ @port = port
9
+ @counters = Hash.new(0)
10
+ @mutex = Mutex.new
11
+ end
12
+
13
+ def start
14
+ start_aggregation_thread
15
+
16
+ Thread.new do
17
+ Rails.logger.info "[ActiveStatsD] UDP StatsD listener started on #{@host}:#{@port}"
18
+ begin
19
+ Socket.udp_server_loop(@host, @port) do |msg, _|
20
+ Rails.logger.debug "[ActiveStatsD] UDP packet received: #{msg.strip}"
21
+ handle_message(msg.strip)
22
+ end
23
+ rescue => e
24
+ Rails.logger.error "[ActiveStatsD] Server error: #{e.class.name} - #{e.message}\n#{e.backtrace.join("\n")}"
25
+ end
26
+ end
27
+ end
28
+
29
+ private
30
+
31
+ def handle_message(message)
32
+ metric, value, type = parse_metric(message)
33
+
34
+ return unless metric && type == 'c'
35
+
36
+ @mutex.synchronize do
37
+ @counters[metric] += value
38
+ end
39
+ end
40
+
41
+ def parse_metric(message)
42
+ # Example message: "rails_app.test.metric:1|c"
43
+ metric_data, type = message.split('|')
44
+ metric, value = metric_data.split(':')
45
+
46
+ [metric, value.to_i, type]
47
+ rescue
48
+ Rails.logger.error "[ActiveStatsD] Failed to parse metric: #{message}"
49
+ nil
50
+ end
51
+
52
+ def start_aggregation_thread
53
+ Thread.new do
54
+ loop do
55
+ sleep 10 # flush metrics every 10 seconds
56
+ flush_metrics
57
+ end
58
+ end
59
+ end
60
+
61
+ def flush_metrics
62
+ snapshot = {}
63
+ @mutex.synchronize do
64
+ snapshot = @counters.dup
65
+ @counters.clear
66
+ end
67
+
68
+ snapshot.each do |metric, count|
69
+ Rails.logger.info "[ActiveStatsD] Aggregated metric - #{metric}: #{count}"
70
+ end
71
+ end
72
+ end
73
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module ActiveStatsd
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'active_statsd/version'
4
+ require 'active_statsd/configuration'
5
+ require 'active_statsd/server'
6
+ require 'active_statsd/client'
7
+ require 'active_statsd/rails_integration'
8
+ require 'active_statsd/railtie' if defined?(Rails)
9
+
10
+ # lib/active_statsd.rb
11
+ require 'active_statsd/version'
12
+ require 'active_statsd/configuration'
13
+ require 'active_statsd/server'
14
+ require 'active_statsd/client'
15
+ require 'active_statsd/rails_integration'
16
+ require 'active_statsd/railtie' if defined?(Rails)
17
+
18
+ module ActiveStatsD
19
+ class << self
20
+ def configure
21
+ yield configuration
22
+ end
23
+
24
+ def configuration
25
+ @configuration ||= Configuration.new
26
+ end
27
+
28
+ def client
29
+ @client ||= Client.new(
30
+ host: configuration.host,
31
+ port: configuration.port,
32
+ namespace: configuration.namespace
33
+ )
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,4 @@
1
+ module ActiveStatsd
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,105 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: active_statsd
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mike Poage
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2025-07-09 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: statsd-ruby
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '5.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '5.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec-rails
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: ActiveStatsd is a gem that provides a Rails-friendly interface for StatsD.
56
+ email:
57
+ - poage.michael.cu@gmail.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - ".rspec"
63
+ - ".standard.yml"
64
+ - CHANGELOG.md
65
+ - CODE_OF_CONDUCT.md
66
+ - LICENSE.txt
67
+ - README.md
68
+ - Rakefile
69
+ - active_statsd.gemspec
70
+ - lib/active_statsd.rb
71
+ - lib/active_statsd/client.rb
72
+ - lib/active_statsd/configuration.rb
73
+ - lib/active_statsd/rails_integration.rb
74
+ - lib/active_statsd/railtie.rb
75
+ - lib/active_statsd/server.rb
76
+ - lib/active_statsd/version.rb
77
+ - sig/active_statsd.rbs
78
+ homepage: https://github.com/RubyBrewsday/active_statsd
79
+ licenses:
80
+ - MIT
81
+ metadata:
82
+ allowed_push_host: https://rubygems.org
83
+ homepage_uri: https://github.com/RubyBrewsday/active_statsd
84
+ source_code_uri: https://github.com/RubyBrewsday/active_statsd
85
+ changelog_uri: https://github.com/RubyBrewsday/active_statsd/blob/main/CHANGELOG.md
86
+ post_install_message:
87
+ rdoc_options: []
88
+ require_paths:
89
+ - lib
90
+ required_ruby_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: 2.6.0
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: '0'
100
+ requirements: []
101
+ rubygems_version: 3.5.3
102
+ signing_key:
103
+ specification_version: 4
104
+ summary: ActiveStatsd is a gem that provides a Rails-friendly interface for StatsD.
105
+ test_files: []