raygun-apm 1.0.16-x64-mingw32 → 1.0.17-x64-mingw32

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: df339d973d43e540b189b35ad88aeac8b4034ce293a9caa480874868854e07e9
4
- data.tar.gz: 2174f64a2c176b902a35b6f94d4f66c29afd9057c36eb9667748558534e11eb4
3
+ metadata.gz: b1744e8c17d313340d4dc5b264f178219c52b8b983e21fb6d5380cf716634912
4
+ data.tar.gz: 25a307d2af519d26540228bfb88014c4fab5b497ac2d2da7d94618e6d0f37a4b
5
5
  SHA512:
6
- metadata.gz: eba2f508b37f267e72e7cf5849f207f945f31f42dd003394f75dc1b6961561fe30e3f2aeaa626c54d2d99b0967272fa656dec5379c34c3cb716aff22fd38791a
7
- data.tar.gz: '089cb4e9d88b2349fa3e4f2387572bd6c2cdac49fa4ed58b25e1eecda32e2513dd3c196435335337b2ca4ae3a18ca54f41918123ba84c004b004ec58a9974936'
6
+ metadata.gz: 970bc2df5301fcbde76ddf98b008465951c357ec515c707974fc1c0b585c6b629a8a44e6fb1ceb9b537689655e307a02a678bf7da9a916d0fe02f472b80e3bd9
7
+ data.tar.gz: 573f4e1ff975b4d5a2f049002c10b6ea6895b4e64cdd4534b8e480ee39ae14acaa5b1584d9391297417e4a9a94b556ae72404b994f634e023afb517d7884c026
data/README.rdoc CHANGED
@@ -1,10 +1,11 @@
1
1
  = Raygun Application Performance Monitoring
2
2
 
3
- Ruby Profiler for {Raygun Application Performance Monitoring}[https://raygun.com/platform/apm].
3
+ Ruby Profiler for {Raygun Application Performance Monitoring}[https://raygun.com/documentation/language-guides/ruby/apm/installation/].
4
4
 
5
5
  Distributed as a precompiled native gem.
6
6
 
7
7
  == Supported platforms
8
+
8
9
  * x86-mingw32
9
10
  * x64-mingw32
10
11
  * x86-linux
@@ -27,13 +28,28 @@ The profiler only supports CRuby, also known as Matz's Ruby Interpreter (MRI).
27
28
 
28
29
  The Profiler needs to be able to access the Raygun Agent over UDP.
29
30
 
31
+ === Dockerized Agent
32
+
33
+ The {Dockerized Agent}[https://raygun.com/documentation/product-guides/apm/agent/installation] is supported on all Ruby profiler platforms. We recommend
34
+ this deployment model if your production infrastructure already depends on Docker.
35
+
36
+ Also a great way to explore on your Mac.
37
+
30
38
  The <code>RAYGUN_AGENT_TOKEN</code> needs to be supplied as an argument and is available under "Application Settings" at the {Raygun Application Performance Monitoring}[https://raygun.com/platform/apm] UI
31
39
 
32
40
  To launch Raygun Agent using docker
33
41
  docker pull raygunowner/raygun-apm
34
42
  docker run -v raygun-agent:/usr/share/Raygun -e "RAYGUN_AGENT_TOKEN=<token>" -p 2790:2790 -p 2788:2788 -p 2799:2799/udp -it raygunowner/raygun-apm:latest
35
43
 
36
- === Ruby on Rails
44
+ === Linux Agent
45
+
46
+ The Linux version can be installed either using {systemd}[https://raygun.com/documentation/product-guides/apm/agent/installation/#installing-on-linux-using-systemd] or via {terminal}[https://raygun.com/documentation/product-guides/apm/agent/installation/#installing-on-linux-using-terminal]
47
+
48
+ === Windows Agent
49
+
50
+ On windows the agent can be installed either via {MSI installer}[https://raygun.com/documentation/product-guides/apm/agent/installation/#installing-on-linux-using-terminal] or on {.NET core}[https://raygun.com/documentation/product-guides/apm/agent/installation/#installing-on-windows-net-core]
51
+
52
+ == Ruby on Rails
37
53
 
38
54
  For Rails support see {documentation}[https://www.rubydoc.info/gems/raygun-apm-rails/0.1.0] of the railgun-apm-rails gem.
39
55
 
Binary file
Binary file
Binary file
@@ -150,7 +150,9 @@ module Raygun
150
150
  Gem
151
151
  FFI
152
152
  Addrinfo
153
- Webpacker
153
+ Open3
154
+ Shellwords
155
+ Weakref
154
156
  }
155
157
 
156
158
  def self.extend_with(list)
@@ -1,5 +1,5 @@
1
1
  module Raygun
2
2
  module Apm
3
- VERSION = "1.0.16"
3
+ VERSION = "1.0.17"
4
4
  end
5
5
  end
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.16
4
+ version: 1.0.17
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-03-04 00:00:00.000000000 Z
12
+ date: 2020-03-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: debase-ruby_core_source