newrelic_rpm 3.1.1.beta1 → 3.1.1.beta2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of newrelic_rpm might be problematic. Click here for more details.
- data/CHANGELOG +1 -0
- data/lib/new_relic/agent/agent.rb +2 -1
- data/lib/new_relic/version.rb +1 -1
- data/newrelic_rpm.gemspec +257 -257
- data/test/new_relic/agent/agent/start_test.rb +2 -2
- data/test/new_relic/agent/agent_test.rb +5 -1
- metadata +9 -9
data/CHANGELOG
CHANGED
@@ -440,7 +440,8 @@ module NewRelic
|
|
440
440
|
# incorrectly, sending the log file to who-knows-where
|
441
441
|
def notify_log_file_location
|
442
442
|
log_file = NewRelic::Control.instance.log_file
|
443
|
-
log_if(log_file, :info,
|
443
|
+
log_if(File.exists?(log_file.to_s), :info,
|
444
|
+
"Agent Log found in #{log_file}")
|
444
445
|
end
|
445
446
|
|
446
447
|
# Classy logging of the agent version and the current pid,
|
data/lib/new_relic/version.rb
CHANGED
@@ -4,7 +4,7 @@ module NewRelic
|
|
4
4
|
MAJOR = 3
|
5
5
|
MINOR = 1
|
6
6
|
TINY = 1
|
7
|
-
BUILD = '
|
7
|
+
BUILD = 'beta2' #'0' # Set to nil for a release, 'beta1', 'alpha', etc for prerelease builds
|
8
8
|
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
|
9
9
|
end
|
10
10
|
|
data/newrelic_rpm.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{newrelic_rpm}
|
8
|
-
s.version = "3.1.1.
|
8
|
+
s.version = "3.1.1.beta2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Bill Kayser", "Jon Guymon", "Justin George", "Darin Swanson"]
|
12
|
-
s.date = %q{2011-07-
|
12
|
+
s.date = %q{2011-07-12}
|
13
13
|
s.description = %q{New Relic is a performance management system, developed by New Relic,
|
14
14
|
Inc (http://www.newrelic.com). New Relic provides you with deep
|
15
15
|
information about the performance of your web application as it runs
|
@@ -18,264 +18,264 @@ Gem or plugin, hosted on
|
|
18
18
|
http://github.com/newrelic/rpm/
|
19
19
|
}
|
20
20
|
s.email = %q{support@newrelic.com}
|
21
|
-
s.executables = ["
|
21
|
+
s.executables = ["mongrel_rpm", "newrelic", "newrelic_cmd"]
|
22
22
|
s.extra_rdoc_files = [
|
23
23
|
"CHANGELOG",
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
"LICENSE",
|
25
|
+
"README.rdoc",
|
26
|
+
"newrelic.yml"
|
27
27
|
]
|
28
28
|
s.files = [
|
29
29
|
"CHANGELOG",
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
30
|
+
"LICENSE",
|
31
|
+
"README.rdoc",
|
32
|
+
"bin/mongrel_rpm",
|
33
|
+
"bin/newrelic",
|
34
|
+
"bin/newrelic_cmd",
|
35
|
+
"cert/cacert.pem",
|
36
|
+
"cert/oldsite.pem",
|
37
|
+
"cert/site.pem",
|
38
|
+
"install.rb",
|
39
|
+
"lib/conditional_vendored_dependency_detection.rb",
|
40
|
+
"lib/conditional_vendored_metric_parser.rb",
|
41
|
+
"lib/new_relic/agent.rb",
|
42
|
+
"lib/new_relic/agent/agent.rb",
|
43
|
+
"lib/new_relic/agent/beacon_configuration.rb",
|
44
|
+
"lib/new_relic/agent/browser_monitoring.rb",
|
45
|
+
"lib/new_relic/agent/busy_calculator.rb",
|
46
|
+
"lib/new_relic/agent/chained_call.rb",
|
47
|
+
"lib/new_relic/agent/error_collector.rb",
|
48
|
+
"lib/new_relic/agent/instrumentation.rb",
|
49
|
+
"lib/new_relic/agent/instrumentation/active_merchant.rb",
|
50
|
+
"lib/new_relic/agent/instrumentation/acts_as_solr.rb",
|
51
|
+
"lib/new_relic/agent/instrumentation/authlogic.rb",
|
52
|
+
"lib/new_relic/agent/instrumentation/controller_instrumentation.rb",
|
53
|
+
"lib/new_relic/agent/instrumentation/data_mapper.rb",
|
54
|
+
"lib/new_relic/agent/instrumentation/delayed_job_instrumentation.rb",
|
55
|
+
"lib/new_relic/agent/instrumentation/memcache.rb",
|
56
|
+
"lib/new_relic/agent/instrumentation/merb/controller.rb",
|
57
|
+
"lib/new_relic/agent/instrumentation/merb/errors.rb",
|
58
|
+
"lib/new_relic/agent/instrumentation/metric_frame.rb",
|
59
|
+
"lib/new_relic/agent/instrumentation/metric_frame/pop.rb",
|
60
|
+
"lib/new_relic/agent/instrumentation/net.rb",
|
61
|
+
"lib/new_relic/agent/instrumentation/passenger_instrumentation.rb",
|
62
|
+
"lib/new_relic/agent/instrumentation/queue_time.rb",
|
63
|
+
"lib/new_relic/agent/instrumentation/rack.rb",
|
64
|
+
"lib/new_relic/agent/instrumentation/rails/action_controller.rb",
|
65
|
+
"lib/new_relic/agent/instrumentation/rails/action_web_service.rb",
|
66
|
+
"lib/new_relic/agent/instrumentation/rails/active_record_instrumentation.rb",
|
67
|
+
"lib/new_relic/agent/instrumentation/rails/errors.rb",
|
68
|
+
"lib/new_relic/agent/instrumentation/rails3/action_controller.rb",
|
69
|
+
"lib/new_relic/agent/instrumentation/rails3/active_record_instrumentation.rb",
|
70
|
+
"lib/new_relic/agent/instrumentation/rails3/errors.rb",
|
71
|
+
"lib/new_relic/agent/instrumentation/sinatra.rb",
|
72
|
+
"lib/new_relic/agent/instrumentation/sunspot.rb",
|
73
|
+
"lib/new_relic/agent/instrumentation/unicorn_instrumentation.rb",
|
74
|
+
"lib/new_relic/agent/method_tracer.rb",
|
75
|
+
"lib/new_relic/agent/sampler.rb",
|
76
|
+
"lib/new_relic/agent/samplers/cpu_sampler.rb",
|
77
|
+
"lib/new_relic/agent/samplers/delayed_job_lock_sampler.rb",
|
78
|
+
"lib/new_relic/agent/samplers/memory_sampler.rb",
|
79
|
+
"lib/new_relic/agent/samplers/object_sampler.rb",
|
80
|
+
"lib/new_relic/agent/shim_agent.rb",
|
81
|
+
"lib/new_relic/agent/stats_engine.rb",
|
82
|
+
"lib/new_relic/agent/stats_engine/metric_stats.rb",
|
83
|
+
"lib/new_relic/agent/stats_engine/samplers.rb",
|
84
|
+
"lib/new_relic/agent/stats_engine/transactions.rb",
|
85
|
+
"lib/new_relic/agent/transaction_sample_builder.rb",
|
86
|
+
"lib/new_relic/agent/transaction_sampler.rb",
|
87
|
+
"lib/new_relic/agent/worker_loop.rb",
|
88
|
+
"lib/new_relic/collection_helper.rb",
|
89
|
+
"lib/new_relic/command.rb",
|
90
|
+
"lib/new_relic/commands/deployments.rb",
|
91
|
+
"lib/new_relic/commands/install.rb",
|
92
|
+
"lib/new_relic/control.rb",
|
93
|
+
"lib/new_relic/control/class_methods.rb",
|
94
|
+
"lib/new_relic/control/configuration.rb",
|
95
|
+
"lib/new_relic/control/frameworks.rb",
|
96
|
+
"lib/new_relic/control/frameworks/external.rb",
|
97
|
+
"lib/new_relic/control/frameworks/merb.rb",
|
98
|
+
"lib/new_relic/control/frameworks/rails.rb",
|
99
|
+
"lib/new_relic/control/frameworks/rails3.rb",
|
100
|
+
"lib/new_relic/control/frameworks/ruby.rb",
|
101
|
+
"lib/new_relic/control/frameworks/sinatra.rb",
|
102
|
+
"lib/new_relic/control/instance_methods.rb",
|
103
|
+
"lib/new_relic/control/instrumentation.rb",
|
104
|
+
"lib/new_relic/control/logging_methods.rb",
|
105
|
+
"lib/new_relic/control/profiling.rb",
|
106
|
+
"lib/new_relic/control/server_methods.rb",
|
107
|
+
"lib/new_relic/data_serialization.rb",
|
108
|
+
"lib/new_relic/delayed_job_injection.rb",
|
109
|
+
"lib/new_relic/local_environment.rb",
|
110
|
+
"lib/new_relic/merbtasks.rb",
|
111
|
+
"lib/new_relic/metric_data.rb",
|
112
|
+
"lib/new_relic/metric_spec.rb",
|
113
|
+
"lib/new_relic/metrics.rb",
|
114
|
+
"lib/new_relic/noticed_error.rb",
|
115
|
+
"lib/new_relic/rack/browser_monitoring.rb",
|
116
|
+
"lib/new_relic/rack/developer_mode.rb",
|
117
|
+
"lib/new_relic/recipes.rb",
|
118
|
+
"lib/new_relic/stats.rb",
|
119
|
+
"lib/new_relic/timer_lib.rb",
|
120
|
+
"lib/new_relic/transaction_analysis.rb",
|
121
|
+
"lib/new_relic/transaction_analysis/segment_summary.rb",
|
122
|
+
"lib/new_relic/transaction_sample.rb",
|
123
|
+
"lib/new_relic/transaction_sample/composite_segment.rb",
|
124
|
+
"lib/new_relic/transaction_sample/fake_segment.rb",
|
125
|
+
"lib/new_relic/transaction_sample/segment.rb",
|
126
|
+
"lib/new_relic/transaction_sample/summary_segment.rb",
|
127
|
+
"lib/new_relic/url_rule.rb",
|
128
|
+
"lib/new_relic/version.rb",
|
129
|
+
"lib/newrelic_rpm.rb",
|
130
|
+
"lib/tasks/all.rb",
|
131
|
+
"lib/tasks/install.rake",
|
132
|
+
"lib/tasks/tests.rake",
|
133
|
+
"newrelic.yml",
|
134
|
+
"newrelic_rpm.gemspec",
|
135
|
+
"recipes/newrelic.rb",
|
136
|
+
"test/active_record_fixtures.rb",
|
137
|
+
"test/config/newrelic.yml",
|
138
|
+
"test/config/test_control.rb",
|
139
|
+
"test/new_relic/agent/agent/connect_test.rb",
|
140
|
+
"test/new_relic/agent/agent/start_test.rb",
|
141
|
+
"test/new_relic/agent/agent/start_worker_thread_test.rb",
|
142
|
+
"test/new_relic/agent/agent_test.rb",
|
143
|
+
"test/new_relic/agent/agent_test_controller.rb",
|
144
|
+
"test/new_relic/agent/agent_test_controller_test.rb",
|
145
|
+
"test/new_relic/agent/apdex_from_server_test.rb",
|
146
|
+
"test/new_relic/agent/beacon_configuration_test.rb",
|
147
|
+
"test/new_relic/agent/browser_monitoring_test.rb",
|
148
|
+
"test/new_relic/agent/busy_calculator_test.rb",
|
149
|
+
"test/new_relic/agent/error_collector/notice_error_test.rb",
|
150
|
+
"test/new_relic/agent/error_collector_test.rb",
|
151
|
+
"test/new_relic/agent/instrumentation/active_record_instrumentation_test.rb",
|
152
|
+
"test/new_relic/agent/instrumentation/controller_instrumentation_test.rb",
|
153
|
+
"test/new_relic/agent/instrumentation/instrumentation_test.rb",
|
154
|
+
"test/new_relic/agent/instrumentation/metric_frame/pop_test.rb",
|
155
|
+
"test/new_relic/agent/instrumentation/metric_frame_test.rb",
|
156
|
+
"test/new_relic/agent/instrumentation/net_instrumentation_test.rb",
|
157
|
+
"test/new_relic/agent/instrumentation/queue_time_test.rb",
|
158
|
+
"test/new_relic/agent/instrumentation/rack_test.rb",
|
159
|
+
"test/new_relic/agent/instrumentation/task_instrumentation_test.rb",
|
160
|
+
"test/new_relic/agent/memcache_instrumentation_test.rb",
|
161
|
+
"test/new_relic/agent/method_tracer/class_methods/add_method_tracer_test.rb",
|
162
|
+
"test/new_relic/agent/method_tracer/instance_methods/trace_execution_scoped_test.rb",
|
163
|
+
"test/new_relic/agent/method_tracer_test.rb",
|
164
|
+
"test/new_relic/agent/mock_scope_listener.rb",
|
165
|
+
"test/new_relic/agent/rpm_agent_test.rb",
|
166
|
+
"test/new_relic/agent/sampler_test.rb",
|
167
|
+
"test/new_relic/agent/shim_agent_test.rb",
|
168
|
+
"test/new_relic/agent/stats_engine/metric_stats/harvest_test.rb",
|
169
|
+
"test/new_relic/agent/stats_engine/metric_stats_test.rb",
|
170
|
+
"test/new_relic/agent/stats_engine/samplers_test.rb",
|
171
|
+
"test/new_relic/agent/stats_engine_test.rb",
|
172
|
+
"test/new_relic/agent/transaction_sample_builder_test.rb",
|
173
|
+
"test/new_relic/agent/transaction_sampler_test.rb",
|
174
|
+
"test/new_relic/agent/worker_loop_test.rb",
|
175
|
+
"test/new_relic/agent_test.rb",
|
176
|
+
"test/new_relic/collection_helper_test.rb",
|
177
|
+
"test/new_relic/command/deployments_test.rb",
|
178
|
+
"test/new_relic/control/class_methods_test.rb",
|
179
|
+
"test/new_relic/control/configuration_test.rb",
|
180
|
+
"test/new_relic/control/logging_methods_test.rb",
|
181
|
+
"test/new_relic/control_test.rb",
|
182
|
+
"test/new_relic/data_serialization_test.rb",
|
183
|
+
"test/new_relic/delayed_job_injection_test.rb",
|
184
|
+
"test/new_relic/local_environment_test.rb",
|
185
|
+
"test/new_relic/metric_data_test.rb",
|
186
|
+
"test/new_relic/metric_spec_test.rb",
|
187
|
+
"test/new_relic/rack/all_test.rb",
|
188
|
+
"test/new_relic/rack/browser_monitoring_test.rb",
|
189
|
+
"test/new_relic/rack/developer_mode_test.rb",
|
190
|
+
"test/new_relic/stats_test.rb",
|
191
|
+
"test/new_relic/transaction_analysis/segment_summary_test.rb",
|
192
|
+
"test/new_relic/transaction_analysis_test.rb",
|
193
|
+
"test/new_relic/transaction_sample/composite_segment_test.rb",
|
194
|
+
"test/new_relic/transaction_sample/fake_segment_test.rb",
|
195
|
+
"test/new_relic/transaction_sample/segment_test.rb",
|
196
|
+
"test/new_relic/transaction_sample/summary_segment_test.rb",
|
197
|
+
"test/new_relic/transaction_sample_subtest_test.rb",
|
198
|
+
"test/new_relic/transaction_sample_test.rb",
|
199
|
+
"test/new_relic/version_number_test.rb",
|
200
|
+
"test/test_contexts.rb",
|
201
|
+
"test/test_helper.rb",
|
202
|
+
"ui/helpers/developer_mode_helper.rb",
|
203
|
+
"ui/helpers/google_pie_chart.rb",
|
204
|
+
"ui/views/layouts/newrelic_default.rhtml",
|
205
|
+
"ui/views/newrelic/_explain_plans.rhtml",
|
206
|
+
"ui/views/newrelic/_sample.rhtml",
|
207
|
+
"ui/views/newrelic/_segment.rhtml",
|
208
|
+
"ui/views/newrelic/_segment_limit_message.rhtml",
|
209
|
+
"ui/views/newrelic/_segment_row.rhtml",
|
210
|
+
"ui/views/newrelic/_show_sample_detail.rhtml",
|
211
|
+
"ui/views/newrelic/_show_sample_sql.rhtml",
|
212
|
+
"ui/views/newrelic/_show_sample_summary.rhtml",
|
213
|
+
"ui/views/newrelic/_sql_row.rhtml",
|
214
|
+
"ui/views/newrelic/_stack_trace.rhtml",
|
215
|
+
"ui/views/newrelic/_table.rhtml",
|
216
|
+
"ui/views/newrelic/explain_sql.rhtml",
|
217
|
+
"ui/views/newrelic/file/images/arrow-close.png",
|
218
|
+
"ui/views/newrelic/file/images/arrow-open.png",
|
219
|
+
"ui/views/newrelic/file/images/blue_bar.gif",
|
220
|
+
"ui/views/newrelic/file/images/file_icon.png",
|
221
|
+
"ui/views/newrelic/file/images/gray_bar.gif",
|
222
|
+
"ui/views/newrelic/file/images/new-relic-rpm-desktop.gif",
|
223
|
+
"ui/views/newrelic/file/images/new_relic_rpm_desktop.gif",
|
224
|
+
"ui/views/newrelic/file/images/textmate.png",
|
225
|
+
"ui/views/newrelic/file/javascript/jquery-1.4.2.js",
|
226
|
+
"ui/views/newrelic/file/javascript/transaction_sample.js",
|
227
|
+
"ui/views/newrelic/file/stylesheets/style.css",
|
228
|
+
"ui/views/newrelic/index.rhtml",
|
229
|
+
"ui/views/newrelic/sample_not_found.rhtml",
|
230
|
+
"ui/views/newrelic/show_sample.rhtml",
|
231
|
+
"ui/views/newrelic/show_source.rhtml",
|
232
|
+
"ui/views/newrelic/threads.rhtml",
|
233
|
+
"vendor/gems/dependency_detection-0.0.1.build/LICENSE",
|
234
|
+
"vendor/gems/dependency_detection-0.0.1.build/lib/dependency_detection.rb",
|
235
|
+
"vendor/gems/dependency_detection-0.0.1.build/lib/dependency_detection/version.rb",
|
236
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/metric_parser.rb",
|
237
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser.rb",
|
238
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/action_mailer.rb",
|
239
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_merchant.rb",
|
240
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/active_record.rb",
|
241
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/apdex.rb",
|
242
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/background_transaction.rb",
|
243
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/client.rb",
|
244
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller.rb",
|
245
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_cpu.rb",
|
246
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/controller_ext.rb",
|
247
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database.rb",
|
248
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/database_pool.rb",
|
249
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net.rb",
|
250
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/dot_net_parser.rb",
|
251
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/errors.rb",
|
252
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/external.rb",
|
253
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/frontend.rb",
|
254
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/gc.rb",
|
255
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/hibernate_session.rb",
|
256
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java.rb",
|
257
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/java_parser.rb",
|
258
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp.rb",
|
259
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/jsp_tag.rb",
|
260
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/mem_cache.rb",
|
261
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/metric_parser.rb",
|
262
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/orm.rb",
|
263
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/other_transaction.rb",
|
264
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet.rb",
|
265
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_context_listener.rb",
|
266
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/servlet_filter.rb",
|
267
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr.rb",
|
268
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/solr_request_handler.rb",
|
269
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring.rb",
|
270
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_controller.rb",
|
271
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/spring_view.rb",
|
272
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_action.rb",
|
273
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/struts_result.rb",
|
274
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/version.rb",
|
275
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/view.rb",
|
276
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_frontend.rb",
|
277
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_service.rb",
|
278
|
+
"vendor/gems/metric_parser-0.1.0.pre1/lib/new_relic/metric_parser/web_transaction.rb"
|
279
279
|
]
|
280
280
|
s.homepage = %q{http://www.github.com/newrelic/rpm}
|
281
281
|
s.post_install_message = %q{
|
@@ -299,7 +299,7 @@ for a complete description of the features and enhancements available
|
|
299
299
|
in version 3.1 of the Ruby Agent.
|
300
300
|
|
301
301
|
}
|
302
|
-
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
|
302
|
+
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source", "--title", "New Relic Ruby Agent"]
|
303
303
|
s.require_paths = ["lib"]
|
304
304
|
s.rubygems_version = %q{1.3.6}
|
305
305
|
s.summary = %q{New Relic Ruby Agent}
|
@@ -222,8 +222,8 @@ class NewRelic::Agent::Agent::StartTest < Test::Unit::TestCase
|
|
222
222
|
|
223
223
|
def test_notify_log_file_location_positive
|
224
224
|
log = mocked_log
|
225
|
-
NewRelic::Control.instance.expects(:log_file).returns('
|
226
|
-
log.expects(:send).with(:info, "Agent Log found in
|
225
|
+
NewRelic::Control.instance.expects(:log_file).returns('./')
|
226
|
+
log.expects(:send).with(:info, "Agent Log found in ./")
|
227
227
|
notify_log_file_location
|
228
228
|
end
|
229
229
|
|
@@ -183,7 +183,11 @@ module NewRelic
|
|
183
183
|
assert_equal "12" + sql + "3", @agent.obfuscator.call(sql)
|
184
184
|
end
|
185
185
|
|
186
|
-
|
186
|
+
def test_should_not_log_log_file_location_if_no_log_file
|
187
|
+
NewRelic::Control.instance.stubs(:log_file).returns('/vasrkjn4b3b4')
|
188
|
+
@agent.expects(:log).never
|
189
|
+
@agent.notify_log_file_location
|
190
|
+
end
|
187
191
|
end
|
188
192
|
end
|
189
193
|
end
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newrelic_rpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: -1848230026
|
5
|
+
prerelease: true
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 1
|
9
9
|
- 1
|
10
|
-
-
|
11
|
-
|
12
|
-
version: 3.1.1.beta1
|
10
|
+
- beta2
|
11
|
+
version: 3.1.1.beta2
|
13
12
|
platform: ruby
|
14
13
|
authors:
|
15
14
|
- Bill Kayser
|
@@ -20,7 +19,7 @@ autorequire:
|
|
20
19
|
bindir: bin
|
21
20
|
cert_chain: []
|
22
21
|
|
23
|
-
date: 2011-07-
|
22
|
+
date: 2011-07-12 00:00:00 -07:00
|
24
23
|
default_executable:
|
25
24
|
dependencies:
|
26
25
|
- !ruby/object:Gem::Dependency
|
@@ -75,9 +74,9 @@ description: |
|
|
75
74
|
|
76
75
|
email: support@newrelic.com
|
77
76
|
executables:
|
78
|
-
- newrelic_cmd
|
79
|
-
- newrelic
|
80
77
|
- mongrel_rpm
|
78
|
+
- newrelic
|
79
|
+
- newrelic_cmd
|
81
80
|
extensions: []
|
82
81
|
|
83
82
|
extra_rdoc_files:
|
@@ -363,6 +362,7 @@ post_install_message: |
|
|
363
362
|
|
364
363
|
|
365
364
|
rdoc_options:
|
365
|
+
- --charset=UTF-8
|
366
366
|
- --line-numbers
|
367
367
|
- --inline-source
|
368
368
|
- --title
|
@@ -390,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
390
|
requirements: []
|
391
391
|
|
392
392
|
rubyforge_project:
|
393
|
-
rubygems_version: 1.
|
393
|
+
rubygems_version: 1.3.7
|
394
394
|
signing_key:
|
395
395
|
specification_version: 3
|
396
396
|
summary: New Relic Ruby Agent
|