newrelic-infinite_tracing 9.6.0 → 9.7.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f53e361dd94e86a075e62ea5ab97038f1a088b4b86469fa624373e63b2788707
|
4
|
+
data.tar.gz: 960881960c0d325227af8e9205366e5a1df2ad0b177978de47bcb9e98d9e82ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9856a1111f73cce5d877155ae98ed05cd4e20cebb6c1acbc5bdbbb03f7d6a858a0311d80104a3f4971ed5b6c12e8239c85b6e5e90b732420a5112194dbc1d7c9
|
7
|
+
data.tar.gz: b88b5ee88b1b4e3b78016a7c52e82369de05bc95c7fadb5cfa521fe4dba4f809751bc658d9b9d4d7699ca1d9e9ae2cfbfdc9c407c89aab3f24c33c6e346724db
|
@@ -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
|
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
|
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
|
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
|
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.
|
4
|
+
version: 9.7.1
|
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:
|
14
|
+
date: 2024-01-25 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.
|
22
|
+
version: 9.7.1
|
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.
|
29
|
+
version: 9.7.1
|
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
|
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: []
|