raygun-apm 1.0.53-x64-mingw32 → 1.0.54-x64-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: 1ee876fcd445d216f54c49d56f1f93c65a72973bcef59a24ee43f82e96ad76cd
|
4
|
+
data.tar.gz: 6e679d549a03054850c585a6c1a8cea8ef1e94bba326ec4037b83dde284a848a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a16b499cee426130bb47d908cc7fd6066522724b1d0b4005b6dc4f1c4695c0148fce9e623f0db36c72ecfc321bb9faad0532f5076d3c4a8e32cc4928c442248f
|
7
|
+
data.tar.gz: adfdca1fca434f2cbc2f3debe75690e7e633e8589c96141020b94803136811070e9a79c9fa9871434f1ffcb9e1d0f86a091331811c0bf94ed07250d0e07c9733
|
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: x64-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
|