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 +4 -4
- data/README.rdoc +18 -2
- 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/blacklist.rb +3 -1
- 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: b1744e8c17d313340d4dc5b264f178219c52b8b983e21fb6d5380cf716634912
|
4
|
+
data.tar.gz: 25a307d2af519d26540228bfb88014c4fab5b497ac2d2da7d94618e6d0f37a4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
-
===
|
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
|
data/lib/raygun/apm/blacklist.rb
CHANGED
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.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-
|
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
|