raygun-apm 1.0.53-x86-mingw32 → 1.0.58-x86-mingw32
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 +4 -4
- data/lib/raygun/2.5/raygun_ext.so +0 -0
- data/lib/raygun/2.6/raygun_ext.so +0 -0
- data/lib/raygun/2.7/raygun_ext.so +0 -0
- data/lib/raygun/apm/diagnostics.rb +2 -0
- data/lib/raygun/apm/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c12b9e4bffc95b3041904f4936b3ced03f32abdb0da689d2266232c607812d20
|
4
|
+
data.tar.gz: 90b5888a939a321e75fae5e078ee7a70d528e6ea95f57acfd0a68d3971cb49d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 554d1befc31ce53304f04999573e22136ef5f01a5c7048471fba1af489ca8ba206d1056f6ce908a28897467f5bba817673007e3f5645c2860d1c28bb959797be
|
7
|
+
data.tar.gz: e4cdd0b3b28d3f8c0aa5eb2ede173e2edbc6f825e246d9337964d879703a479e6b42ee336766cd22fe19a044905d3bf45c9e553cad99142346a2135c3e63afb8
|
Binary file
|
Binary file
|
Binary file
|
@@ -9,6 +9,7 @@ module Raygun
|
|
9
9
|
AGENT_STATE_UP_MISCONFIGURED = "\nThe Raygun APM Agent is running, but misconfigured.\nThe API Key needs to be set through the Raygun_ApiKey environment variable.\nThe API key can be found under 'Application Settings' in the Raygun UI"
|
10
10
|
AGENT_STATE_UP_CONFIGURED = "\nThe Raygun APM Agent is configured properly!"
|
11
11
|
AGENT_MINIMUM_VERSION_NOT_MET = "\nVersion #{Raygun::Apm::VERSION} of the Raygun APM Profiler requires a minimum Agent version #{Raygun::Apm::MINIMUM_AGENT_VERSION}\nPlease download the latest Agent from https://raygun.com/documentation/product-guides/apm/agent/downloads/"
|
12
|
+
PROFILER_NOOPED = "Profiler loaded in noop mode and will be disabled due to the minimum Agent version not met"
|
12
13
|
|
13
14
|
def initialize(host: Apm::Config::TCP_MANAGEMENT_HOST, port: Apm::Config::TCP_MANAGEMENT_PORT)
|
14
15
|
@host = host
|
@@ -21,6 +22,7 @@ module Raygun
|
|
21
22
|
if minimum_agent_version_not_met?(response['Version'])
|
22
23
|
puts AGENT_MINIMUM_VERSION_NOT_MET
|
23
24
|
tracer.noop!
|
25
|
+
puts PROFILER_NOOPED
|
24
26
|
else
|
25
27
|
if response['Status'] == 1
|
26
28
|
puts AGENT_STATE_UP_CONFIGURED
|
data/lib/raygun/apm/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: raygun-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.58
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Raygun
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-08-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|