skylight 0.4.0.beta2 → 0.4.0
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/ext/libskylight.yml +4 -4
- data/lib/skylight/instrumenter.rb +1 -0
- data/lib/skylight/native.rb +6 -17
- data/lib/skylight/railtie.rb +1 -1
- data/lib/skylight/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f41a143e4cf033132f7bc8eb4dc0b9a11c362b90
|
|
4
|
+
data.tar.gz: 8aa8c73c68d6e05289efed9773f38f8b9e63befd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f54a122a8affaf55194c093792eadaa34d02cc5b850c5297845f80fdae9645581413463b159852cbaacdd88fc38d6da75a5d4f881f7266d44131d4e430d0a7d
|
|
7
|
+
data.tar.gz: 5d42410b700fd20f4dc17c9b728ce37b2635df0482794f7eb6b3f6cc76c205429df32e3225608e28d56eb80d7320ba5a3016815312ef89d7afacf7d1127ab2d3
|
data/ext/libskylight.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
version: "0.4.0-
|
|
2
|
+
version: "0.4.0-17128bb"
|
|
3
3
|
checksums:
|
|
4
|
-
x86-linux: "
|
|
5
|
-
x86_64-linux: "
|
|
6
|
-
x86_64-darwin: "
|
|
4
|
+
x86-linux: "82f4cbee3ea37896c3f6197799a42750513bcc05e11ab60d897913db56d70be9"
|
|
5
|
+
x86_64-linux: "812557897d1713e2e4580644230488edc9f9217fe9e73c312c4353357b3be909"
|
|
6
|
+
x86_64-darwin: "9adc46857840d85d5158db6b395b5e1430535a8e15b3b4c880bbd1bdff4a377d"
|
data/lib/skylight/native.rb
CHANGED
|
@@ -59,22 +59,11 @@ module Skylight
|
|
|
59
59
|
|
|
60
60
|
# @api private
|
|
61
61
|
def self.warn_skylight_native_missing(config)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"[SKYLIGHT] [#{Skylight::VERSION}] Running Skylight in #{env_name} mode. " \
|
|
69
|
-
"No data will be reported until you deploy your app.\n" \
|
|
70
|
-
"(To disable this message, set `alert_log_file` in your config.)"
|
|
71
|
-
else
|
|
72
|
-
config.alert_logger.error \
|
|
73
|
-
"[SKYLIGHT] [#{Skylight::VERSION}] The Skylight native extension for your platform wasn't found. " \
|
|
74
|
-
"The monitoring portion of Skylight is only supported on production servers running 32- or " \
|
|
75
|
-
"64-bit Linux. The missing extension will not affect the functioning of your application " \
|
|
76
|
-
"and you can continue local development without data being reported. If you are on a " \
|
|
77
|
-
"supported platform, please contact support at support@skylight.io."
|
|
78
|
-
end
|
|
62
|
+
config.alert_logger.error \
|
|
63
|
+
"[SKYLIGHT] [#{Skylight::VERSION}] The Skylight native extension for " \
|
|
64
|
+
"your platform wasn't found. Supported operating systems are " \
|
|
65
|
+
"Linux 2.6.18+ and Mac OS X 10.8+. The missing extension will not " \
|
|
66
|
+
"affect the functioning of your application. If you are on a " \
|
|
67
|
+
"supported platform, please contact support at support@skylight.io."
|
|
79
68
|
end
|
|
80
69
|
end
|
data/lib/skylight/railtie.rb
CHANGED
|
@@ -70,7 +70,7 @@ module Skylight
|
|
|
70
70
|
|
|
71
71
|
configure_logging(config, app)
|
|
72
72
|
|
|
73
|
-
config['
|
|
73
|
+
config['daemon.sockdir_path'] ||= tmp
|
|
74
74
|
config['normalizers.render.view_paths'] = existent_paths(app.config.paths["app/views"]) + [Rails.root.to_s]
|
|
75
75
|
config.validate!
|
|
76
76
|
config
|
data/lib/skylight/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: skylight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.0
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tilde, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -160,9 +160,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
version: 1.9.2
|
|
161
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
requirements:
|
|
163
|
-
- - "
|
|
163
|
+
- - ">="
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
|
-
version:
|
|
165
|
+
version: '0'
|
|
166
166
|
requirements: []
|
|
167
167
|
rubyforge_project:
|
|
168
168
|
rubygems_version: 2.2.2
|