instrument_all_the_things 3.1.2 → 4.0.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dca7567b1c5a509b2a0eb588455b908357715bf2e57b67cf68b8049fdbd38bed
|
|
4
|
+
data.tar.gz: 9404629cf4dc69252676f30742d5c4537342892258ece7d49ef72bc179125012
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
18
|
+
gc_stats: false,
|
|
19
19
|
error_logging: true,
|
|
20
|
-
execution_counts_and_timing:
|
|
20
|
+
execution_counts_and_timing: false,
|
|
21
21
|
}.freeze
|
|
22
22
|
|
|
23
23
|
attr_accessor :options, :instrumentor
|
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:
|
|
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-
|
|
11
|
+
date: 2024-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ddtrace
|