instrument_all_the_things 3.1.2 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f4fb1722296c3af1ea09943aadab349295f291fc50af16851ae21ecb55823cc
4
- data.tar.gz: 077f7ccd7f68aaa8b9a2dba23d0158fb1aa9f1a7162e66d070c5487cab33291d
3
+ metadata.gz: dca7567b1c5a509b2a0eb588455b908357715bf2e57b67cf68b8049fdbd38bed
4
+ data.tar.gz: 9404629cf4dc69252676f30742d5c4537342892258ece7d49ef72bc179125012
5
5
  SHA512:
6
- metadata.gz: bc334597a65e197f9fc796a9416d5512a2ea4a97045d1bc019107ac12d544c6be0b0c4f3070e4a1884eabcb5363158f69459f44f62d33fb389770d4fc6323a7b
7
- data.tar.gz: ea57d3e43c3c3ec45330427df3eff5c45b001599ecfaa7c795cf126a7e45e62d2b195a485a7a5991ec9573619ec0c7b6e20cc8af0bd9ea56ac8225bf966e78a8
6
+ metadata.gz: 4d3018c4507be010ab4179ea09ba52c9842d7bb53dc105d9cc50bd8e2a7df58ce04c920b802a126d52ca51b4a20929def3ff11fe56b0bf643468bdb41c34b790
7
+ data.tar.gz: ab74f79b671305aabe0411cba5b25e67345ae22484034078d05b785755517ec0eafd5eb2870cbac9aed1541e283eef35fc8cd3f6508f1a345f584f13da83e506
data/README.md CHANGED
@@ -395,6 +395,9 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
395
395
 
396
396
  # Breaking Changes
397
397
 
398
+ # V3 => V4
399
+ Removed the default StatsD based wrappers.
400
+
398
401
  # V2 => V3
399
402
  IATT no longer takes ENV var configuration for directly. All DataDog configuration is handled by their env vars.
400
403
 
@@ -15,9 +15,9 @@ module InstrumentAllTheThings
15
15
 
16
16
  DEFAULT_OPTIONS = {
17
17
  trace: true,
18
- gc_stats: true,
18
+ gc_stats: false,
19
19
  error_logging: true,
20
- execution_counts_and_timing: true,
20
+ execution_counts_and_timing: false,
21
21
  }.freeze
22
22
 
23
23
  attr_accessor :options, :instrumentor
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstrumentAllTheThings
4
- VERSION = '3.1.2'
4
+ VERSION = '4.0.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrument_all_the_things
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.2
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Malinconico
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-18 00:00:00.000000000 Z
11
+ date: 2024-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ddtrace