raygun-apm 1.0.16-x86-linux → 1.0.17-x86-linux
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 +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: 9fc1e2c19cb9a840b13adf3e1ab382eacf81cb8556345319545f45b6c5f08d59
|
4
|
+
data.tar.gz: e250c8b454f252756a2ae00a8b4c3a321daf3f443425f534458c6df671c6cdad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ee5a3b0b024bc54b8be7789591e233d524c0debac0f3386839befe30cc3d5404b1ca36c9efe4de1dac3fa6e99537f142cf4841e70b17fc7e2146c1531b87e81
|
7
|
+
data.tar.gz: e5bed42c048abe85c5bf54870acc8d7692fe4e56c9ef69feecc6594a0037e6075c473d800c6039c8b153bef9bb85faa822f161629c2b2b4199a7478a0479ae1d
|
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: x86-linux
|
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
|