newrelic-infinite_tracing 9.6.0 → 9.7.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: 7c6324fe32b5f18cc2f7d3b01d5824f2d22de67221ccb0c4bd1670b459205385
4
- data.tar.gz: 0d2219e910a9d9ef446635be18fa95b3ea4d0f45d7e6fa4c9797796c376269b7
3
+ metadata.gz: c6d4cd907c53035302ef3332a9762dd9507821e668e663562c7ad7ee59246ffd
4
+ data.tar.gz: 1ebd784aa8c9c8fdabf92d1c1f5ac90be2563f310c0d22b215606a51b92b1ec3
5
5
  SHA512:
6
- metadata.gz: cfa640af6349042a3cda99e260e7f8f5ac4cfef70b20ddee2bae43e9dc1004f493c01f0661dd0beece897e333ad4543a2e032734ac8213e01551fd14fe5f0b46
7
- data.tar.gz: 88990a355c89f34863077312ea7d057ad0cb3de8d8452e18ad21f363949b0f63c9f33f0af06795fdea0171947dc85ff33ba49f27db581d4a0443c9e2f1846688
6
+ metadata.gz: a8944cbf49acb8b1e3eb1a362f9e0f85176cceed989f453b05bc1fa6dfe8fecf8cee2df5e74d8222b44eb08f408a3aff73b539a4b6f7c06c9169f53c404d4c4d
7
+ data.tar.gz: 7a1210f809a3ace327aa18d050275149d037343d7a6fd1c5a82843458cf20998b004f05a3ad0ffc6782347aada8174a9f871845cb1748849a30b910d654d9d6f
@@ -5,7 +5,7 @@
5
5
  module NewRelic::Agent
6
6
  module InfiniteTracing
7
7
  if Config.enabled? || Config.test_framework?
8
- NewRelic::Agent.logger.debug('Integrating Infinite Tracer with Agent')
8
+ NewRelic::Agent.logger.debug('Integrating Infinite Tracer with agent')
9
9
 
10
10
  require_relative 'agent_integrations/agent'
11
11
  require_relative 'agent_integrations/segment'
@@ -13,7 +13,7 @@ module NewRelic::Agent
13
13
  require_relative 'agent_integrations/external_request_segment'
14
14
 
15
15
  else
16
- NewRelic::Agent.logger.debug('Skipped Integrating Infinite Tracer with Agent')
16
+ NewRelic::Agent.logger.debug('Skipped Integrating Infinite Tracer with agent')
17
17
  end
18
18
  end
19
19
  end
@@ -94,7 +94,7 @@ module NewRelic::Agent
94
94
  end
95
95
  end
96
96
 
97
- # The metadata for the RPC calls is a blocking call waiting for the Agent to
97
+ # The metadata for the RPC calls is a blocking call waiting for the agent to
98
98
  # connect and receive the server side configuration, which contains the license_key
99
99
  # as well as the agent_id (agent_run_token).
100
100
  def metadata
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  New Relic is a performance management system, developed by New Relic,
46
46
  Inc (http://www.newrelic.com). New Relic provides you with deep
47
47
  information about the performance of your web application as it runs
48
- in production. The New Relic Ruby Agent is dual-purposed as a either a
48
+ in production. The New Relic Ruby agent is dual-purposed as a either a
49
49
  Gem or plugin, hosted on https://github.com/newrelic/newrelic-ruby-agent/
50
50
  EOS
51
51
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: newrelic-infinite_tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.6.0
4
+ version: 9.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tanna McClure
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2023-10-30 00:00:00.000000000 Z
14
+ date: 2024-01-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: newrelic_rpm
@@ -19,14 +19,14 @@ dependencies:
19
19
  requirements:
20
20
  - - '='
21
21
  - !ruby/object:Gem::Version
22
- version: 9.6.0
22
+ version: 9.7.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 9.6.0
29
+ version: 9.7.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: grpc
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -206,7 +206,7 @@ description: |
206
206
  New Relic is a performance management system, developed by New Relic,
207
207
  Inc (http://www.newrelic.com). New Relic provides you with deep
208
208
  information about the performance of your web application as it runs
209
- in production. The New Relic Ruby Agent is dual-purposed as a either a
209
+ in production. The New Relic Ruby agent is dual-purposed as a either a
210
210
  Gem or plugin, hosted on https://github.com/newrelic/newrelic-ruby-agent/
211
211
  email: support@newrelic.com
212
212
  executables: []