raygun-apm 1.0.46-universal-darwin → 1.0.49-universal-darwin
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a6ee4985c968ef34d9e6c303ad25b11f1e66ac5b4afe9d57f2e045cccd84e7ed
|
4
|
+
data.tar.gz: 2283bbb34c45395d865be2cde588127c288d3195ca0f5d744a296580c210e049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7864703c49d89935592ac3efb793bdbaa4a5a492f62b760b062626d66cc4c78dd14b5b38a6eb73b307bca6ec614f33405956ffe04ab702430360fd91eb4fe450
|
7
|
+
data.tar.gz: 7fdb9a2dba8f5971282fa3fab7c83558c8ca223b0666843b665a0ae9111fa7f5b1e2c59cc4213c49fed032ee0d758d345d16baf93c8cbbbcca3068030019c203
|
Binary file
|
Binary file
|
Binary file
|
data/lib/raygun/apm/blacklist.rb
CHANGED
@@ -5,6 +5,7 @@ module Raygun
|
|
5
5
|
module Apm
|
6
6
|
class Diagnostics
|
7
7
|
AGENT_STATE_DOWN = "The Raygun APM Agent appears to not be running on the current host.\nIf not already installed, please consult https://raygun.com/documentation/product-guides/apm/agent/downloads/\nOtherwise refer to https://raygun.com/documentation/product-guides/apm/agent/installation/ for starting the Agent."
|
8
|
+
AGENT_STATE_UNKNOWN = "Unable to determine the state of the Raygun APM Agent."
|
8
9
|
AGENT_STATE_UP_MISCONFIGURED = "The 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"
|
9
10
|
AGENT_STATE_UP_CONFIGURED = "The Raygun APM Agent is configured properly!"
|
10
11
|
|
@@ -23,6 +24,8 @@ module Raygun
|
|
23
24
|
end
|
24
25
|
rescue Errno::ECONNREFUSED
|
25
26
|
puts AGENT_STATE_DOWN
|
27
|
+
rescue
|
28
|
+
puts AGENT_STATE_UNKNOWN
|
26
29
|
end
|
27
30
|
|
28
31
|
private
|
data/lib/raygun/apm/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
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.49
|
5
5
|
platform: universal-darwin
|
6
6
|
authors:
|
7
7
|
- Raygun
|
8
8
|
- Erkki Eilonen
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-
|
12
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: debase-ruby_core_source
|
@@ -193,7 +193,7 @@ dependencies:
|
|
193
193
|
- - "~>"
|
194
194
|
- !ruby/object:Gem::Version
|
195
195
|
version: 2.8.3
|
196
|
-
description:
|
196
|
+
description:
|
197
197
|
email:
|
198
198
|
- support@raygun.com
|
199
199
|
- info@bearmetal.eu
|
@@ -224,7 +224,7 @@ files:
|
|
224
224
|
homepage: https://raygun.com/platform/apm
|
225
225
|
licenses: []
|
226
226
|
metadata: {}
|
227
|
-
post_install_message:
|
227
|
+
post_install_message:
|
228
228
|
rdoc_options: []
|
229
229
|
require_paths:
|
230
230
|
- lib
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
244
244
|
version: '0'
|
245
245
|
requirements: []
|
246
246
|
rubygems_version: 3.1.2
|
247
|
-
signing_key:
|
247
|
+
signing_key:
|
248
248
|
specification_version: 4
|
249
249
|
summary: Raygun application performance monitoring core Profiler
|
250
250
|
test_files: []
|