dogstatsd-ruby 4.0.0 → 5.2.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.
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'connection'
4
+
5
+ module Datadog
6
+ class Statsd
7
+ VERSION = '5.2.0'
8
+ end
9
+ end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dogstatsd-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rein Henrichs
8
- autorequire:
8
+ - Karim Bogtob
9
+ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2018-08-20 00:00:00.000000000 Z
12
+ date: 2021-07-01 00:00:00.000000000 Z
12
13
  dependencies: []
13
- description: A Ruby DogStastd client
14
+ description: A Ruby DogStatsd client
14
15
  email: code@datadoghq.com
15
16
  executables: []
16
17
  extensions: []
@@ -21,11 +22,30 @@ files:
21
22
  - LICENSE.txt
22
23
  - README.md
23
24
  - lib/datadog/statsd.rb
24
- homepage: http://github.com/datadog/dogstatsd-ruby
25
+ - lib/datadog/statsd/connection.rb
26
+ - lib/datadog/statsd/forwarder.rb
27
+ - lib/datadog/statsd/message_buffer.rb
28
+ - lib/datadog/statsd/sender.rb
29
+ - lib/datadog/statsd/serialization.rb
30
+ - lib/datadog/statsd/serialization/event_serializer.rb
31
+ - lib/datadog/statsd/serialization/serializer.rb
32
+ - lib/datadog/statsd/serialization/service_check_serializer.rb
33
+ - lib/datadog/statsd/serialization/stat_serializer.rb
34
+ - lib/datadog/statsd/serialization/tag_serializer.rb
35
+ - lib/datadog/statsd/single_thread_sender.rb
36
+ - lib/datadog/statsd/telemetry.rb
37
+ - lib/datadog/statsd/udp_connection.rb
38
+ - lib/datadog/statsd/uds_connection.rb
39
+ - lib/datadog/statsd/version.rb
40
+ homepage: https://github.com/DataDog/dogstatsd-ruby
25
41
  licenses:
26
42
  - MIT
27
- metadata: {}
28
- post_install_message:
43
+ metadata:
44
+ bug_tracker_uri: https://github.com/DataDog/dogstatsd-ruby/issues
45
+ changelog_uri: https://github.com/DataDog/dogstatsd-ruby/blob/v5.2.0/CHANGELOG.md
46
+ documentation_uri: https://www.rubydoc.info/gems/dogstatsd-ruby/5.2.0
47
+ source_code_uri: https://github.com/DataDog/dogstatsd-ruby/tree/v5.2.0
48
+ post_install_message:
29
49
  rdoc_options: []
30
50
  require_paths:
31
51
  - lib
@@ -40,9 +60,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
40
60
  - !ruby/object:Gem::Version
41
61
  version: '0'
42
62
  requirements: []
43
- rubyforge_project:
44
- rubygems_version: 2.7.7
45
- signing_key:
63
+ rubyforge_project:
64
+ rubygems_version: 2.7.10
65
+ signing_key:
46
66
  specification_version: 4
47
67
  summary: A Ruby DogStatsd client
48
68
  test_files: []