raygun-apm 1.0.53-x86-mingw32 → 1.0.54-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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: 7535eac062c13117c4c13ab6985bf8ad0b04f22562bc15366a1eb83f85fc34e2
|
4
|
+
data.tar.gz: fc4d114220ead775b07ad6e7cd80915233a817e123fd98ed863f675e4c1df7be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8dacb6116a42fc80afe2bde03e9296e9574b26bd39f363d2077720941127c5edb969ef53b5a3cb5bfa906f89e209a14b5f6d98308b506b54506a98ef04d5c63
|
7
|
+
data.tar.gz: 37e307bbe613854782e4727c8bd9d7ab115a100fe621b9de94d709b664f3ec17b333b801a4f7342642a886caf2a051f744f940630eca22e957adaed0b0815012
|
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.54
|
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-07-
|
12
|
+
date: 2020-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|