instrument_all_the_things 2.0.2 → 3.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: b6df98cf25be523f87dd3ae0d11fad59e37eab0a5fac224cf75b8664fc73b81c
4
- data.tar.gz: 1e6965131fbeb81556b87351706b10d0cb132ba8d118229bda0784a23c19cdc9
3
+ metadata.gz: d00660a82d059c7e7d56c9694ac46a8f50f5a1d13c3559ffc8b78cc2997602c9
4
+ data.tar.gz: 1a2120753598e6a3e04092ca63cc86abf2d34ca0ae9700d75be9f332b84cc280
5
5
  SHA512:
6
- metadata.gz: 2cf0804505f78ffd3e396df33c0a842be74a4b4bf87a4a11a1deb48b4a6844c72372ab7fe5eb99ab4bd1a02c28ce4719df81a7f345ff3d9f58f050cd3f8357b2
7
- data.tar.gz: 10df7e6362a6940ef8ec1e595b31572b91f0235ff2fd93cb99611d70002c0f462e7770cb597ff0f0f7e75ebb02507e40905a7f2b600d204388925a7b1b02469b
6
+ metadata.gz: ca8782def9281be9fb2592b3e0f4e2fe472dc3235dbeb73dfe04918b328efd02212fb7d2725ddfba93b92af8b9b1087e2b00ec97ec709e1eec5bddfb3bf69356
7
+ data.tar.gz: 8383f8a513bb2b88118a9a2607ebdc0722c82d65a9ef3dc42da3641a81cb26beeda64f310e04bfff1ef974a0d4bfd2706edef3a024de571a11da6ffb7de841f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instrument_all_the_things (2.0.2)
4
+ instrument_all_the_things (3.0.0)
5
5
  ddtrace (~> 1.2.0)
6
6
  dogstatsd-ruby (~> 5.5.0)
7
7
 
data/README.md CHANGED
@@ -392,6 +392,12 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
392
392
 
393
393
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
394
394
 
395
+
396
+ # Breaking Changes
397
+
398
+ # V2 => V3
399
+ IATT no longer takes ENV var configuration for directly. All DataDog configuration is handled by their env vars.
400
+
395
401
  ## Contributing
396
402
 
397
403
  Bug reports and pull requests are welcome on GitHub at https://github.com/GetTerminus/instrument_all_the_things.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstrumentAllTheThings
4
- VERSION = '2.0.2'
4
+ VERSION = '3.0.0'
5
5
  end
@@ -30,8 +30,6 @@ module InstrumentAllTheThings
30
30
 
31
31
  def stat_reporter
32
32
  @stat_reporter ||= Clients::StatReporter::DataDog.new(
33
- ENV.fetch('DATADOG_HOST', 'localhost'),
34
- ENV.fetch('DATADOG_PORT', 8125),
35
33
  namespace: stat_namespace,
36
34
  )
37
35
  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: 2.0.2
4
+ version: 3.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: 2022-09-30 00:00:00.000000000 Z
11
+ date: 2022-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ddtrace
@@ -232,7 +232,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
232
232
  - !ruby/object:Gem::Version
233
233
  version: '0'
234
234
  requirements: []
235
- rubygems_version: 3.3.12
235
+ rubygems_version: 3.3.7
236
236
  signing_key:
237
237
  specification_version: 4
238
238
  summary: Make instrumentation with DataDog easy peasy