oneapm_rpm 1.2.5 → 1.2.6.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -206,430 +206,499 @@ module OneApm
206
206
 
207
207
  DEFAULTS = {
208
208
  :license_key => {
209
- :default => '',
210
- :public => true,
211
- :type => String,
212
- :description => 'Your OneApm license key.'
209
+ :default => '',
210
+ :public => true,
211
+ :type => String,
212
+ :notified => true,
213
+ :description => 'Your OneApm license key.'
213
214
  },
214
215
  :agent_enabled => {
215
- :default => DefaultSource.agent_enabled,
216
- :public => true,
217
- :type => Boolean,
218
- :description => 'Enable or disable the agent.'
216
+ :default => DefaultSource.agent_enabled,
217
+ :public => true,
218
+ :type => Boolean,
219
+ :notified => false,
220
+ :description => 'Enable or disable the agent.'
219
221
  },
220
222
  :enabled => {
221
- :default => true,
222
- :public => false,
223
- :type => Boolean,
224
- :aliases => [:enable],
225
- :description => 'Enable or disable the agent.'
223
+ :default => true,
224
+ :public => false,
225
+ :type => Boolean,
226
+ :aliases => [:enable],
227
+ :notified => false,
228
+ :description => 'Enable or disable the agent.'
226
229
  },
227
230
  :app_name => {
228
- :default => DefaultSource.app_name,
229
- :public => true,
230
- :type => String,
231
- :description => 'Semicolon-delimited list of Naming your application.'
231
+ :default => DefaultSource.app_name,
232
+ :public => true,
233
+ :type => String,
234
+ :notified => true,
235
+ :description => 'Semicolon-delimited list of Naming your application.'
232
236
  },
233
237
  :monitor_mode => {
234
- :default => value_of(:enabled),
235
- :public => true,
236
- :type => Boolean,
237
- :description => 'Enable or disable the transmission of data to the OneApm collector.'
238
+ :default => value_of(:enabled),
239
+ :public => true,
240
+ :type => Boolean,
241
+ :notified => false,
242
+ :description => 'Enable or disable the transmission of data to the OneApm collector.'
238
243
  },
239
244
  :log_level => {
240
- :default => 'info',
241
- :public => true,
242
- :type => String,
243
- :description => 'Log level for agent logging: error, warn, info or debug.'
245
+ :default => 'info',
246
+ :public => true,
247
+ :type => String,
248
+ :notified => true,
249
+ :description => 'Log level for agent logging: error, warn, info or debug.'
244
250
  },
245
251
  :high_security => {
246
- :default => false,
247
- :public => true,
248
- :type => Boolean,
249
- :description => 'Enable or disable high security mode, a suite of security features designed to protect data in an enterprise setting.'
252
+ :default => false,
253
+ :public => true,
254
+ :type => Boolean,
255
+ :notified => false,
256
+ :description => 'Enable or disable high security mode, a suite of security features designed to protect data in an enterprise setting.'
250
257
  },
251
258
  :ssl => {
252
- :default => true,
253
- :allow_nil => true,
254
- :public => true,
255
- :type => Boolean,
256
- :description => 'Enable or disable SSL for transmissions to the OneApm collector). Defaults to true'
259
+ :default => true,
260
+ :allow_nil => true,
261
+ :public => true,
262
+ :type => Boolean,
263
+ :notified => true,
264
+ :description => 'Enable or disable SSL for transmissions to the OneApm collector). Defaults to true'
257
265
  },
258
266
  :proxy_host => {
259
- :default => nil,
260
- :allow_nil => true,
261
- :public => true,
262
- :type => String,
263
- :description => 'Defines a host for communicating with OneApm via a proxy server.'
267
+ :default => nil,
268
+ :allow_nil => true,
269
+ :public => true,
270
+ :type => String,
271
+ :notified => true,
272
+ :description => 'Defines a host for communicating with OneApm via a proxy server.'
264
273
  },
265
274
  :proxy_port => {
266
- :default => nil,
267
- :allow_nil => true,
268
- :public => true,
269
- :type => Fixnum,
270
- :description => 'Defines a port for communicating with OneApm via a proxy server.'
275
+ :default => nil,
276
+ :allow_nil => true,
277
+ :public => true,
278
+ :type => Fixnum,
279
+ :notified => true,
280
+ :description => 'Defines a port for communicating with OneApm via a proxy server.'
271
281
  },
272
282
  :proxy_user => {
273
- :default => nil,
274
- :allow_nil => true,
275
- :public => true,
276
- :type => String,
277
- :local_only => true,
278
- :description => 'Defines a user for communicating with OneApm via a proxy server.'
283
+ :default => nil,
284
+ :allow_nil => true,
285
+ :public => true,
286
+ :type => String,
287
+ :local_only => true,
288
+ :notified => true,
289
+ :description => 'Defines a user for communicating with OneApm via a proxy server.'
279
290
  },
280
291
  :proxy_pass => {
281
- :default => nil,
282
- :allow_nil => true,
283
- :public => true,
284
- :type => String,
285
- :local_only => true,
286
- :description => 'Defines a password for communicating with OneApm via a proxy server.'
292
+ :default => nil,
293
+ :allow_nil => true,
294
+ :public => true,
295
+ :type => String,
296
+ :local_only => true,
297
+ :notified => true,
298
+ :description => 'Defines a password for communicating with OneApm via a proxy server.'
287
299
  },
288
300
  :capture_params => {
289
- :default => false,
290
- :public => true,
291
- :type => Boolean,
292
- :description => 'Enable or disable the capture of HTTP request parameters to be attached to transaction traces and traced errors.'
301
+ :default => false,
302
+ :public => true,
303
+ :type => Boolean,
304
+ :notified => true,
305
+ :description => 'Enable or disable the capture of HTTP request parameters to be attached to transaction traces and traced errors.'
293
306
  },
294
307
  :config_path => {
295
- :default => DefaultSource.config_path,
296
- :public => true,
297
- :type => String,
298
- :description => 'Path to <b>oneapm.yml</b>. When omitted the agent will check (in order) <b>config/oneapm.yml</b>.'
308
+ :default => DefaultSource.config_path,
309
+ :public => true,
310
+ :type => String,
311
+ :notified => true,
312
+ :description => 'Path to <b>oneapm.yml</b>. When omitted the agent will check (in order) <b>config/oneapm.yml</b>.'
299
313
  },
300
314
  :config_search_paths => {
301
- :default => DefaultSource.config_search_paths,
302
- :public => false,
303
- :type => Array,
304
- :description => "An array of candidate locations for the agent's configuration file."
315
+ :default => DefaultSource.config_search_paths,
316
+ :public => false,
317
+ :type => Array,
318
+ :notified => false,
319
+ :description => "An array of candidate locations for the agent's configuration file."
305
320
  },
306
321
  :dispatcher => {
307
- :default => DefaultSource.dispatcher,
308
- :public => false,
309
- :type => Symbol,
310
- :description => 'Autodetected application component that reports metrics to OneApm.'
322
+ :default => DefaultSource.dispatcher,
323
+ :public => false,
324
+ :type => Symbol,
325
+ :notified => false,
326
+ :description => 'Autodetected application component that reports metrics to OneApm.'
311
327
  },
312
328
  :framework => {
313
- :default => DefaultSource.framework,
314
- :public => false,
315
- :type => Symbol,
316
- :description => 'Autodetected application framework used to enable framework-specific functionality.'
329
+ :default => DefaultSource.framework,
330
+ :public => false,
331
+ :type => Symbol,
332
+ :notified => false,
333
+ :description => 'Autodetected application framework used to enable framework-specific functionality.'
317
334
  },
318
335
  :'autostart.blacklisted_constants' => {
319
- :default => 'Rails::Console',
320
- :public => true,
321
- :type => String,
322
- :description => 'Defines a comma-delimited list of constants. When these constants are present, the agent will not start automatically (e.g. \'Rails::Console, UninstrumentedBackgroundJob\').'
336
+ :default => 'Rails::Console',
337
+ :public => true,
338
+ :type => String,
339
+ :notified => false,
340
+ :description => 'Defines a comma-delimited list of constants. When these constants are present, the agent will not start automatically (e.g. \'Rails::Console, UninstrumentedBackgroundJob\').'
323
341
  },
324
342
  :'autostart.blacklisted_executables' => {
325
- :default => 'irb,rspec',
326
- :public => true,
327
- :type => String,
328
- :description => 'Defines a comma-delimited list of executables that should not be instrumented by the agent (e.g. \'rake,my_ruby_script.rb\').'
343
+ :default => 'irb,rspec',
344
+ :public => true,
345
+ :type => String,
346
+ :notified => false,
347
+ :description => 'Defines a comma-delimited list of executables that should not be instrumented by the agent (e.g. \'rake,my_ruby_script.rb\').'
329
348
  },
330
349
  :'autostart.blacklisted_rake_tasks' => {
331
- :default => AUTOSTART_BLACKLISTED_RAKE_TASKS,
332
- :public => true,
333
- :type => String,
334
- :description => 'Defines a comma-delimited list of rake tasks that should not be instrumented by the agent (e.g. \'assets:precompile,db:migrate\').'
350
+ :default => AUTOSTART_BLACKLISTED_RAKE_TASKS,
351
+ :public => true,
352
+ :type => String,
353
+ :notified => false,
354
+ :description => 'Defines a comma-delimited list of rake tasks that should not be instrumented by the agent (e.g. \'assets:precompile,db:migrate\').'
335
355
  },
336
356
  :apdex_t => {
337
- :default => 0.5,
338
- :public => true,
339
- :type => Float,
340
- :deprecated => true,
341
- :description => 'Apdex score, Apdex T is the threshold at which OneApm will begin alerting. By default the agent will send alerts when the Apdex score drops below 0.5, or when more than half of users are experiencing degraded application performance.'
357
+ :default => 0.5,
358
+ :public => true,
359
+ :type => Float,
360
+ :deprecated => true,
361
+ :notified => true,
362
+ :description => 'Apdex score, Apdex T is the threshold at which OneApm will begin alerting. By default the agent will send alerts when the Apdex score drops below 0.5, or when more than half of users are experiencing degraded application performance.'
342
363
  },
343
364
  :'strip_exception_messages.enabled' => {
344
- :default => value_of(:high_security),
345
- :public => true,
346
- :type => Boolean,
347
- :description => 'Defines whether the agent should strip messages from all exceptions that are not specified in the whitelist. Enabled automatically in high security mode.'
365
+ :default => value_of(:high_security),
366
+ :public => true,
367
+ :type => Boolean,
368
+ :notified => false,
369
+ :description => 'Defines whether the agent should strip messages from all exceptions that are not specified in the whitelist. Enabled automatically in high security mode.'
348
370
  },
349
371
  :'strip_exception_messages.whitelist' => {
350
- :default => '',
351
- :public => true,
352
- :type => String,
353
- :description => 'Defines a comma-delimited list of exceptions from which the agent will not strip messages when strip_exception_messages is enabled (such as \'ImportantException, PreserveMessageException\').'
372
+ :default => '',
373
+ :public => true,
374
+ :type => String,
375
+ :notified => false,
376
+ :description => 'Defines a comma-delimited list of exceptions from which the agent will not strip messages when strip_exception_messages is enabled (such as \'ImportantException, PreserveMessageException\').'
354
377
  },
355
378
  :host => {
356
- :default => 'tpm.oneapm.com',
357
- :public => false,
358
- :type => String,
359
- :description => "URI for the OneApm data collection service."
379
+ :default => 'tpm.oneapm.com',
380
+ :public => false,
381
+ :type => String,
382
+ :notified => false,
383
+ :description => "URI for the OneApm data collection service."
360
384
  },
361
385
  :port => {
362
- :default => DefaultSource.port,
363
- :public => false,
364
- :type => Fixnum,
365
- :description => 'Port for the OneApm data collection service.'
386
+ :default => DefaultSource.port,
387
+ :public => false,
388
+ :type => Fixnum,
389
+ :notified => false,
390
+ :description => 'Port for the OneApm data collection service.'
366
391
  },
367
392
  :sync_startup => {
368
- :default => false,
369
- :public => true,
370
- :type => Boolean,
371
- :description => 'Enable or disable synchronous connection to the OneApm data collection service during application startup.'
393
+ :default => false,
394
+ :public => true,
395
+ :type => Boolean,
396
+ :notified => false,
397
+ :description => 'Enable or disable synchronous connection to the OneApm data collection service during application startup.'
372
398
  },
373
399
  :send_data_on_exit => {
374
- :default => true,
375
- :public => true,
376
- :type => Boolean,
377
- :description => 'Enable or disable the exit handler that sends data to the OneApm collector) before shutting down.'
400
+ :default => true,
401
+ :public => true,
402
+ :type => Boolean,
403
+ :notified => false,
404
+ :description => 'Enable or disable the exit handler that sends data to the OneApm collector) before shutting down.'
378
405
  },
379
406
  :post_size_limit => {
380
- :default => 2 * 1024 * 1024, # 2MB
381
- :public => false,
382
- :type => Fixnum,
383
- :description => 'Maximum number of bytes to send to the OneApm data collection service.'
407
+ :default => 2 * 1024 * 1024, # 2MB
408
+ :public => false,
409
+ :type => Fixnum,
410
+ :notified => false,
411
+ :description => 'Maximum number of bytes to send to the OneApm data collection service.'
384
412
  },
385
413
  :timeout => {
386
- :default => 2 * 60, # 2 minutes
387
- :public => true,
388
- :type => Fixnum,
389
- :description => 'Maximum number of seconds to attempt to contact the OneApm collector).'
414
+ :default => 2 * 60, # 2 minutes
415
+ :public => true,
416
+ :type => Fixnum,
417
+ :notified => false,
418
+ :description => 'Maximum number of seconds to attempt to contact the OneApm collector).'
390
419
  },
391
420
  :force_send => {
392
- :default => false,
393
- :public => false,
394
- :type => Boolean,
395
- :description => 'Enable or disable the forced sending of data to the OneApm data collection service when shutting down.'
421
+ :default => false,
422
+ :public => false,
423
+ :type => Boolean,
424
+ :notified => false,
425
+ :description => 'Enable or disable the forced sending of data to the OneApm data collection service when shutting down.'
396
426
  },
397
427
  :send_environment_info => {
398
- :default => true,
399
- :public => false,
400
- :type => Boolean,
401
- :description => 'Enable or disable transmission of application environment information to the OneApm data collection service.'
428
+ :default => true,
429
+ :public => false,
430
+ :type => Boolean,
431
+ :notified => false,
432
+ :description => 'Enable or disable transmission of application environment information to the OneApm data collection service.'
402
433
  },
403
434
  :developer_mode => {
404
- :default => false,
405
- :public => true,
406
- :type => Boolean,
407
- :description => "developer mode for profiling in development, should be disable in production"
435
+ :default => false,
436
+ :public => true,
437
+ :type => Boolean,
438
+ :notified => true,
439
+ :description => "developer mode for profiling in development, should be disable in production"
408
440
  },
409
441
  :'resque.use_harvest_lock' => {
410
- :default => false,
411
- :public => true,
412
- :type => Boolean,
413
- :description => 'Enable or disable synchronizing Resque job forking with OneApm\'s harvest thread. The default is false. This helps prevent Resque jobs from deadlocking, but prevents OneApm from starting new jobs during harvest.'
442
+ :default => false,
443
+ :public => true,
444
+ :type => Boolean,
445
+ :notified => false,
446
+ :description => 'Enable or disable synchronizing Resque job forking with OneApm\'s harvest thread. The default is false. This helps prevent Resque jobs from deadlocking, but prevents OneApm from starting new jobs during harvest.'
414
447
  },
415
448
  :data_report_period => {
416
- :default => 60,
417
- :public => false,
418
- :type => Fixnum,
419
- :description => 'Number of seconds betwixt connections to the OneApm data collection service. Note that transaction events have a separate report period, specified by data_report_periods.analytic_event_data.'
449
+ :default => 60,
450
+ :public => false,
451
+ :type => Fixnum,
452
+ :notified => false,
453
+ :description => 'Number of seconds betwixt connections to the OneApm data collection service. Note that transaction events have a separate report period, specified by data_report_periods.analytic_event_data.'
420
454
  },
421
455
  :'data_report_periods.analytic_event_data' => {
422
- :default => 60,
423
- :public => false,
424
- :type => Fixnum,
456
+ :default => 60,
457
+ :public => false,
458
+ :type => Fixnum,
425
459
  :dynamic_name => true,
426
- :description => 'Number of seconds between connections to the OneApm data collection service for sending transaction event data.'
460
+ :notified => false,
461
+ :description => 'Number of seconds between connections to the OneApm data collection service for sending transaction event data.'
427
462
  },
428
463
  :keep_retrying => {
429
- :default => true,
430
- :public => false,
431
- :type => Boolean,
432
- :deprecated => true,
433
- :description => 'Enable or disable retrying failed connections to the OneApm data collection service.'
464
+ :default => true,
465
+ :public => false,
466
+ :type => Boolean,
467
+ :deprecated => true,
468
+ :notified => false,
469
+ :description => 'Enable or disable retrying failed connections to the OneApm data collection service.'
434
470
  },
435
471
  :force_reconnect => {
436
- :default => false,
437
- :public => false,
438
- :type => Boolean,
439
- :description => 'Force a new connection to the server before running the worker loop. Creates a separate agent run and is recorded as a separate instance by the OneApm data collection service.'
472
+ :default => false,
473
+ :public => false,
474
+ :type => Boolean,
475
+ :notified => false,
476
+ :description => 'Force a new connection to the server before running the worker loop. Creates a separate agent run and is recorded as a separate instance by the OneApm data collection service.'
440
477
  },
441
478
  :report_instance_busy => {
442
- :default => true,
443
- :public => false,
444
- :type => Boolean,
445
- :description => 'Enable or disable transmission of metrics recording the percentage of time application instances spend servicing requests (duty cycle metrics).'
479
+ :default => true,
480
+ :public => false,
481
+ :type => Boolean,
482
+ :notified => false,
483
+ :description => 'Enable or disable transmission of metrics recording the percentage of time application instances spend servicing requests (duty cycle metrics).'
446
484
  },
447
485
  :log_file_name => {
448
- :default => 'oneapm_agent.log',
449
- :public => true,
450
- :type => String,
451
- :description => 'Defines a name for the log file.'
486
+ :default => 'oneapm_agent.log',
487
+ :public => true,
488
+ :type => String,
489
+ :notified => true,
490
+ :description => 'Defines a name for the log file.'
452
491
  },
453
492
  :log_file_path => {
454
- :default => 'log/',
455
- :public => true,
456
- :type => String,
457
- :description => 'Defines a path to the agent log file, excluding the filename.'
493
+ :default => 'log/',
494
+ :public => true,
495
+ :type => String,
496
+ :notified => true,
497
+ :description => 'Defines a path to the agent log file, excluding the filename.'
458
498
  },
459
499
  :'audit_log.enabled' => {
460
- :default => false,
461
- :public => true,
462
- :type => Boolean,
463
- :description => 'Enable or disable the audit log, a log of communications with the OneApm collector).'
500
+ :default => false,
501
+ :public => true,
502
+ :type => Boolean,
503
+ :notified => true,
504
+ :description => 'Enable or disable the audit log, a log of communications with the OneApm collector).'
464
505
  },
465
506
  :'audit_log.path' => {
466
- :default => DefaultSource.audit_log_path,
467
- :public => true,
468
- :type => String,
469
- :description => 'Specifies a path to the audit log file (including the filename).'
507
+ :default => DefaultSource.audit_log_path,
508
+ :public => true,
509
+ :type => String,
510
+ :notified => true,
511
+ :description => 'Specifies a path to the audit log file (including the filename).'
470
512
  },
471
513
  :disable_samplers => {
472
- :default => false,
473
- :public => true,
474
- :type => Boolean,
475
- :description => 'Enable or disable the collection of sampler metrics. Sampler metrics are metrics that are not event-based (such as CPU time or memory usage).'
514
+ :default => false,
515
+ :public => true,
516
+ :type => Boolean,
517
+ :notified => false,
518
+ :description => 'Enable or disable the collection of sampler metrics. Sampler metrics are metrics that are not event-based (such as CPU time or memory usage).'
476
519
  },
477
520
  :disable_resque => {
478
- :default => false,
479
- :public => true,
480
- :type => Boolean,
481
- :description => 'Enable or disable Resque instrumentation.'
521
+ :default => false,
522
+ :public => true,
523
+ :type => Boolean,
524
+ :notified => false,
525
+ :description => 'Enable or disable Resque instrumentation.'
482
526
  },
483
527
  :disable_sidekiq => {
484
- :default => false,
485
- :public => true,
486
- :type => Boolean,
487
- :description => 'Enable or disable Sidekiq instrumentation.'
528
+ :default => false,
529
+ :public => true,
530
+ :type => Boolean,
531
+ :notified => false,
532
+ :description => 'Enable or disable Sidekiq instrumentation.'
488
533
  },
489
534
  :disable_dj => {
490
- :default => false,
491
- :public => true,
492
- :type => Boolean,
493
- :description => 'Enable or disable Delayed::Job instrumentation.'
535
+ :default => false,
536
+ :public => true,
537
+ :type => Boolean,
538
+ :notified => false,
539
+ :description => 'Enable or disable Delayed::Job instrumentation.'
494
540
  },
495
541
  :disable_sinatra => {
496
- :default => false,
497
- :public => true,
498
- :type => Boolean,
499
- :description => 'Enable or disable Sinatra instrumentation.'
542
+ :default => false,
543
+ :public => true,
544
+ :type => Boolean,
545
+ :notified => false,
546
+ :description => 'Enable or disable Sinatra instrumentation.'
500
547
  },
501
548
  :disable_sinatra_auto_middleware => {
502
- :default => false,
503
- :public => true,
504
- :type => Boolean,
505
- :description => 'Enable or disable agent middleware for Sinatra. This middleware is responsible for Sinatra advanced feature support; for example, cross application tracing, page load timing (sometimes referred to as real user monitoring or RUM), and error collection.'
549
+ :default => false,
550
+ :public => true,
551
+ :type => Boolean,
552
+ :notified => false,
553
+ :description => 'Enable or disable agent middleware for Sinatra. This middleware is responsible for Sinatra advanced feature support; for example, cross application tracing, page load timing (sometimes referred to as real user monitoring or RUM), and error collection.'
506
554
  },
507
555
  :disable_view_instrumentation => {
508
- :default => false,
509
- :public => true,
510
- :type => Boolean,
511
- :description => 'Enable or disable view instrumentation.'
556
+ :default => false,
557
+ :public => true,
558
+ :type => Boolean,
559
+ :notified => false,
560
+ :description => 'Enable or disable view instrumentation.'
512
561
  },
513
562
  :disable_backtrace_cleanup => {
514
- :default => false,
515
- :public => true,
516
- :type => Boolean,
517
- :description => 'Defines whether the agent will remove oneapm_rpm from backtraces.'
563
+ :default => false,
564
+ :public => true,
565
+ :type => Boolean,
566
+ :notified => false,
567
+ :description => 'Defines whether the agent will remove oneapm_rpm from backtraces.'
518
568
  },
519
569
  :disable_harvest_thread => {
520
- :default => false,
521
- :public => false,
522
- :type => Boolean,
523
- :description => 'Enable or disable the harvest thread.'
570
+ :default => false,
571
+ :public => false,
572
+ :type => Boolean,
573
+ :notified => false,
574
+ :description => 'Enable or disable the harvest thread.'
524
575
  },
525
576
  :disable_activerecord => {
526
- :default => false,
527
- :public => true,
528
- :type => Boolean,
529
- :description => 'Enable or disable active record instrumentation.'
577
+ :default => false,
578
+ :public => true,
579
+ :type => Boolean,
580
+ :notified => false,
581
+ :description => 'Enable or disable active record instrumentation.'
530
582
  },
531
583
  :disable_activejob => {
532
- :default => false,
533
- :public => true,
534
- :type => Boolean,
584
+ :default => false,
585
+ :public => true,
586
+ :type => Boolean,
535
587
  :dynamic_name => true,
536
- :description => 'Enable or disable ActiveJob instrumentation.'
588
+ :notified => false,
589
+ :description => 'Enable or disable ActiveJob instrumentation.'
537
590
  },
538
591
  :disable_memcache => {
539
- :default => false,
540
- :public => true,
541
- :type => Boolean,
542
- :description => 'Enable or disable memcache instrumentation.'
592
+ :default => false,
593
+ :public => true,
594
+ :type => Boolean,
595
+ :notified => false,
596
+ :description => 'Enable or disable memcache instrumentation.'
543
597
  },
544
598
  :disable_redis => {
545
- :default => false,
546
- :public => true,
547
- :type => Boolean,
548
- :description => 'Enable or disable redis instrumentation.'
599
+ :default => false,
600
+ :public => true,
601
+ :type => Boolean,
602
+ :notified => false,
603
+ :description => 'Enable or disable redis instrumentation.'
549
604
  },
550
605
  :disable_gc_profiler => {
551
- :default => false,
552
- :public => true,
553
- :type => Boolean,
554
- :description => 'Enable or disable the use of GC::Profiler to measure time spent in garbage collection'
606
+ :default => false,
607
+ :public => true,
608
+ :type => Boolean,
609
+ :notified => false,
610
+ :description => 'Enable or disable the use of GC::Profiler to measure time spent in garbage collection'
555
611
  },
556
612
  :'sidekiq.capture_params' => {
557
- :default => false,
558
- :public => true,
559
- :type => Boolean,
560
- :description => 'Enable or disable the capture of job arguments for transaction traces and traced errors in Sidekiq.'
613
+ :default => false,
614
+ :public => true,
615
+ :type => Boolean,
616
+ :notified => false,
617
+ :description => 'Enable or disable the capture of job arguments for transaction traces and traced errors in Sidekiq.'
561
618
  },
562
619
  :'resque.capture_params' => {
563
- :default => false,
564
- :public => true,
565
- :type => Boolean,
566
- :description => 'Enable or disable the capture of job arguments for transaction traces and traced errors in Resque.'
620
+ :default => false,
621
+ :public => true,
622
+ :type => Boolean,
623
+ :notified => false,
624
+ :description => 'Enable or disable the capture of job arguments for transaction traces and traced errors in Resque.'
567
625
  },
568
626
  :capture_memcache_keys => {
569
- :default => false,
570
- :public => true,
571
- :type => Boolean,
572
- :description => 'Enable or disable the capture of memcache keys from transaction traces.'
627
+ :default => false,
628
+ :public => true,
629
+ :type => Boolean,
630
+ :notified => false,
631
+ :description => 'Enable or disable the capture of memcache keys from transaction traces.'
573
632
  },
574
633
  :'transaction_tracer.enabled' => {
575
- :default => true,
576
- :public => true,
577
- :type => Boolean,
578
- :description => 'Enable or disable transaction traces.'
634
+ :default => true,
635
+ :public => true,
636
+ :type => Boolean,
637
+ :notified => true,
638
+ :description => 'Enable or disable transaction traces.'
579
639
  },
580
640
  :'transaction_tracer.transaction_threshold' => {
581
- :default => DefaultSource.transaction_tracer_transaction_threshold,
582
- :public => true,
583
- :type => Float,
584
- :description => 'The agent will collect traces for transactions that exceed this time threshold (in seconds). Specify a float value or apdex_f.'
641
+ :default => DefaultSource.transaction_tracer_transaction_threshold,
642
+ :public => true,
643
+ :type => Float,
644
+ :notified => true,
645
+ :description => 'The agent will collect traces for transactions that exceed this time threshold (in seconds). Specify a float value or apdex_f.'
585
646
  },
586
647
  :'transaction_tracer.record_sql' => {
587
- :default => 'obfuscated',
588
- :public => true,
589
- :type => String,
590
- :description => 'Obfuscation level for SQL queries reported in transaction trace segments. Valid options are obfuscated, raw, none.'
648
+ :default => 'obfuscated',
649
+ :public => true,
650
+ :type => String,
651
+ :notified => true,
652
+ :description => 'Obfuscation level for SQL queries reported in transaction trace segments. Valid options are obfuscated, raw, none.'
591
653
  },
592
654
  :'transaction_tracer.capture_attributes' => {
593
- :default => true,
594
- :public => true,
595
- :type => Boolean,
596
- :description => 'Enable or disable collection of custom attributes on transaction traces.'
655
+ :default => true,
656
+ :public => true,
657
+ :type => Boolean,
658
+ :notified => true,
659
+ :description => 'Enable or disable collection of custom attributes on transaction traces.'
597
660
  },
598
661
  :'transaction_tracer.explain_threshold' => {
599
- :default => 0.5,
600
- :public => true,
601
- :type => Float,
602
- :description => 'Threshold (in seconds) above which the agent will collect explain plans. Relevant only when explain_enabled is true.'
662
+ :default => 0.5,
663
+ :public => true,
664
+ :type => Float,
665
+ :notified => true,
666
+ :description => 'Threshold (in seconds) above which the agent will collect explain plans. Relevant only when explain_enabled is true.'
603
667
  },
604
668
  :'transaction_tracer.explain_enabled' => {
605
- :default => true,
606
- :public => true,
607
- :type => Boolean,
608
- :description => 'Enable or disable the collection of explain plans in transaction traces. This setting will also apply to explain plans in Slow SQL traces if slow_sql.explain_enabled is not set separately.'
669
+ :default => true,
670
+ :public => true,
671
+ :type => Boolean,
672
+ :notified => true,
673
+ :description => 'Enable or disable the collection of explain plans in transaction traces. This setting will also apply to explain plans in Slow SQL traces if slow_sql.explain_enabled is not set separately.'
609
674
  },
610
675
  :'transaction_tracer.stack_trace_threshold' => {
611
- :default => 0.5,
612
- :public => true,
613
- :type => Float,
614
- :description => 'Stack traces will be included in transaction trace segments when their duration exceeds this threshold.'
676
+ :default => 0.5,
677
+ :public => true,
678
+ :type => Float,
679
+ :notified => true,
680
+ :description => 'Stack traces will be included in transaction trace segments when their duration exceeds this threshold.'
615
681
  },
616
682
  :'transaction_tracer.limit_segments' => {
617
- :default => 4000,
618
- :public => true,
619
- :type => Fixnum,
620
- :description => 'Maximum number of transaction trace segments to record in a single transaction trace.'
683
+ :default => 4000,
684
+ :public => true,
685
+ :type => Fixnum,
686
+ :notified => true,
687
+ :description => 'Maximum number of transaction trace segments to record in a single transaction trace.'
621
688
  },
622
689
  :disable_sequel_instrumentation => {
623
- :default => false,
624
- :public => true,
625
- :type => Boolean,
626
- :description => 'Enable or disable Sequel instrumentation.'
690
+ :default => false,
691
+ :public => true,
692
+ :type => Boolean,
693
+ :notified => false,
694
+ :description => 'Enable or disable Sequel instrumentation.'
627
695
  },
628
696
  :disable_mongo => {
629
697
  :default => false,
630
698
  :public => true,
631
699
  :type => Boolean,
632
700
  :dynamic_name => true,
701
+ :notified => false,
633
702
  :description => 'Defines whether the agent will install instrumentation for the Mongo gem.'
634
703
  },
635
704
  :disable_mongo_moped => {
@@ -637,261 +706,304 @@ module OneApm
637
706
  :public => true,
638
707
  :type => Boolean,
639
708
  :dynamic_name => true,
709
+ :notified => false,
640
710
  :description => 'Defines whether the agent will install instrumentation for the Mongoid Moped gem.'
641
711
  },
642
712
  :'slow_sql.enabled' => {
643
- :default => value_of(:'transaction_tracer.enabled'),
644
- :public => true,
645
- :type => Boolean,
646
- :description => 'Enable or disable collection of slow SQL queries.'
713
+ :default => value_of(:'transaction_tracer.enabled'),
714
+ :public => true,
715
+ :type => Boolean,
716
+ :notified => true,
717
+ :description => 'Enable or disable collection of slow SQL queries.'
647
718
  },
648
719
  :'slow_sql.explain_threshold' => {
649
- :default => value_of(:'transaction_tracer.explain_threshold'),
650
- :public => true,
651
- :type => Float,
652
- :description => 'Defines a duration threshold, over which the agent will collect explain plans in slow SQL queries.'
720
+ :default => value_of(:'transaction_tracer.explain_threshold'),
721
+ :public => true,
722
+ :type => Float,
723
+ :notified => true,
724
+ :description => 'Defines a duration threshold, over which the agent will collect explain plans in slow SQL queries.'
653
725
  },
654
726
  :'slow_sql.explain_enabled' => {
655
- :default => value_of(:'transaction_tracer.explain_enabled'),
656
- :public => true,
657
- :type => Boolean,
658
- :description => 'Enable or disable the collection of explain plans in slow SQL queries. If this setting is omitted, the transaction_tracer.explain_enabled setting will be applied as the default setting for explain plans in Slow SQL as well.'
727
+ :default => value_of(:'transaction_tracer.explain_enabled'),
728
+ :public => true,
729
+ :type => Boolean,
730
+ :notified => true,
731
+ :description => 'Enable or disable the collection of explain plans in slow SQL queries. If this setting is omitted, the transaction_tracer.explain_enabled setting will be applied as the default setting for explain plans in Slow SQL as well.'
659
732
  },
660
733
  :'slow_sql.record_sql' => {
661
- :default => value_of(:'transaction_tracer.record_sql'),
662
- :public => true,
663
- :type => String,
664
- :description => 'Defines an obfuscation level for slow SQL queries. Valid options are obfuscated, raw, none).'
734
+ :default => value_of(:'transaction_tracer.record_sql'),
735
+ :public => true,
736
+ :type => String,
737
+ :notified => true,
738
+ :description => 'Defines an obfuscation level for slow SQL queries. Valid options are obfuscated, raw, none).'
665
739
  },
666
740
  :'mongo.capture_queries' => {
667
- :default => true,
668
- :public => true,
669
- :type => Boolean,
670
- :description => 'Enable or disable capturing Mongo queries in transaction traces.'
741
+ :default => true,
742
+ :public => true,
743
+ :type => Boolean,
744
+ :notified => false,
745
+ :description => 'Enable or disable capturing Mongo queries in transaction traces.'
671
746
  },
672
747
  :'mongo.obfuscate_queries' => {
673
- :default => true,
674
- :public => true,
675
- :type => Boolean,
676
- :description => 'Enable or disable obfuscation of Mongo queries in transaction traces.'
748
+ :default => true,
749
+ :public => true,
750
+ :type => Boolean,
751
+ :notified => false,
752
+ :description => 'Enable or disable obfuscation of Mongo queries in transaction traces.'
677
753
  },
678
754
  :'error_collector.enabled' => {
679
- :default => true,
680
- :public => true,
681
- :type => Boolean,
682
- :description => 'Enable or disable recording of traced errors and error count metrics.'
755
+ :default => true,
756
+ :public => true,
757
+ :type => Boolean,
758
+ :notified => false,
759
+ :description => 'Enable or disable recording of traced errors and error count metrics.'
683
760
  },
684
761
  :'error_collector.capture_attributes' => {
685
- :default => true,
686
- :public => true,
687
- :type => Boolean,
688
- :description => 'Enable or disable collection of custom attributes on errors.'
762
+ :default => true,
763
+ :public => true,
764
+ :type => Boolean,
765
+ :notified => false,
766
+ :description => 'Enable or disable collection of custom attributes on errors.'
689
767
  },
690
768
  :'error_collector.ignore_errors' => {
691
- :default => 'ActionController::RoutingError,Sinatra::NotFound',
692
- :public => true,
693
- :type => String,
694
- :description => 'Specifies a comma-delimited list of error classes that the agent should ignore.'
769
+ :default => 'ActionController::RoutingError,Sinatra::NotFound',
770
+ :public => true,
771
+ :type => String,
772
+ :notified => true,
773
+ :description => 'Specifies a comma-delimited list of error classes that the agent should ignore.'
695
774
  },
696
775
  :'rum.enabled' => {
697
- :default => true,
698
- :public => false,
699
- :type => Boolean,
700
- :description => 'Enable or disable page load timing (sometimes referred to as real user monitoring or RUM).'
776
+ :default => true,
777
+ :public => false,
778
+ :type => Boolean,
779
+ :notified => false,
780
+ :description => 'Enable or disable page load timing (sometimes referred to as real user monitoring or RUM).'
701
781
  },
702
782
  :browser_key => {
703
- :default => '',
704
- :public => false,
705
- :type => String,
706
- :description => 'Real user monitoring license key for the browser timing header.'
783
+ :default => '',
784
+ :public => false,
785
+ :type => String,
786
+ :notified => false,
787
+ :description => 'Real user monitoring license key for the browser timing header.'
707
788
  },
708
789
  :beacon => {
709
- :default => '',
710
- :public => false,
711
- :type => String,
712
- :description => 'Beacon for real user monitoring.'
790
+ :default => '',
791
+ :public => false,
792
+ :type => String,
793
+ :notified => false,
794
+ :description => 'Beacon for real user monitoring.'
713
795
  },
714
796
  :error_beacon => {
715
- :default => '',
716
- :public => false,
717
- :type => String,
718
- :description => 'Error beacon for real user monitoring.'
797
+ :default => '',
798
+ :public => false,
799
+ :type => String,
800
+ :notified => false,
801
+ :description => 'Error beacon for real user monitoring.'
719
802
  },
720
803
  :application_id => {
721
- :default => '',
722
- :public => false,
723
- :type => String,
724
- :description => 'Application ID for real user monitoring.'
804
+ :default => '',
805
+ :public => false,
806
+ :type => String,
807
+ :notified => false,
808
+ :description => 'Application ID for real user monitoring.'
725
809
  },
726
810
  :js_agent_file => {
727
- :default => '',
728
- :public => false,
729
- :type => String,
730
- :description => 'Javascript agent file for real user monitoring.'
811
+ :default => '',
812
+ :public => false,
813
+ :type => String,
814
+ :notified => false,
815
+ :description => 'Javascript agent file for real user monitoring.'
731
816
  },
732
817
  :'browser_monitoring.auto_instrument' => {
733
- :default => value_of(:'rum.enabled'),
734
- :public => true,
735
- :type => Boolean,
736
- :description => 'Enable or disable automatic insertion of the JavaScript header into outgoing responses for page load timing (sometimes referred to as real user monitoring or RUM).'
818
+ :default => value_of(:'rum.enabled'),
819
+ :public => true,
820
+ :type => Boolean,
821
+ :notified => true,
822
+ :description => 'Enable or disable automatic insertion of the JavaScript header into outgoing responses for page load timing (sometimes referred to as real user monitoring or RUM).'
737
823
  },
738
824
  :'browser_monitoring.capture_attributes' => {
739
- :default => false,
740
- :public => true,
741
- :type => Boolean,
742
- :description => 'Forward custom attributes to Browser for collection by OneApm Insights.'
825
+ :default => false,
826
+ :public => true,
827
+ :type => Boolean,
828
+ :notified => false,
829
+ :description => 'Forward custom attributes to Browser for collection by OneApm Insights.'
743
830
  },
744
831
  :'browser_monitoring.loader' => {
745
- :default => DefaultSource.browser_monitoring_loader,
746
- :public => private,
747
- :type => String,
748
- :description => 'Type of JavaScript agent loader to use for browser monitoring instrumentation.'
832
+ :default => DefaultSource.browser_monitoring_loader,
833
+ :public => private,
834
+ :type => String,
835
+ :notified => false,
836
+ :description => 'Type of JavaScript agent loader to use for browser monitoring instrumentation.'
749
837
  },
750
838
  :'browser_monitoring.loader_version' => {
751
- :default => '',
752
- :public => private,
753
- :type => String,
754
- :description => 'Version of JavaScript agent loader (returned from the OneApm collector).)'
839
+ :default => '',
840
+ :public => private,
841
+ :type => String,
842
+ :notified => false,
843
+ :description => 'Version of JavaScript agent loader (returned from the OneApm collector).)'
755
844
  },
756
845
  :'browser_monitoring.debug' => {
757
- :default => false,
758
- :public => false,
759
- :type => Boolean,
760
- :description => 'Enable or disable debugging version of JavaScript agent loader for browser monitoring instrumentation.'
846
+ :default => false,
847
+ :public => false,
848
+ :type => Boolean,
849
+ :notified => false,
850
+ :description => 'Enable or disable debugging version of JavaScript agent loader for browser monitoring instrumentation.'
761
851
  },
762
852
  :'browser_monitoring.ssl_for_http' => {
763
- :default => nil,
764
- :allow_nil => true,
765
- :public => false,
766
- :type => Boolean,
767
- :description => 'Enable or disable HTTPS instrumentation by JavaScript agent on HTTP pages.'
853
+ :default => nil,
854
+ :allow_nil => true,
855
+ :public => false,
856
+ :type => Boolean,
857
+ :notified => false,
858
+ :description => 'Enable or disable HTTPS instrumentation by JavaScript agent on HTTP pages.'
768
859
  },
769
860
  :'browser_monitoring.whitelist_ips' => {
770
- :default => '',
771
- :allow_nil => true,
772
- :public => true,
773
- :type => String,
774
- :description => 'Filter IPs which can be inerted JavaScript agent on HTTP pages.'
861
+ :default => '',
862
+ :allow_nil => true,
863
+ :public => true,
864
+ :type => String,
865
+ :notified => true,
866
+ :description => 'Filter IPs which can be inerted JavaScript agent on HTTP pages.'
775
867
  },
776
868
  :'browser_monitoring.is_js_text' => {
777
- :default => false,
778
- :public => true,
779
- :type => Boolean,
780
- :description => 'Enable or disable insert js agent as text'
869
+ :default => false,
870
+ :public => true,
871
+ :type => Boolean,
872
+ :notified => false,
873
+ :description => 'Enable or disable insert js agent as text'
781
874
  },
782
875
  :js_agent_loader => {
783
- :default => '',
784
- :public => false,
785
- :type => String,
786
- :description => 'JavaScript agent loader content.'
876
+ :default => '',
877
+ :public => false,
878
+ :type => String,
879
+ :notified => false,
880
+ :description => 'JavaScript agent loader content.'
787
881
  },
788
882
  :js_errors_beta => {
789
- :default => false,
790
- :public => false,
791
- :type => Boolean,
792
- :description => 'Enable or disable beta JavaScript error reporting.'
883
+ :default => false,
884
+ :public => false,
885
+ :type => Boolean,
886
+ :notified => false,
887
+ :description => 'Enable or disable beta JavaScript error reporting.'
793
888
  },
794
889
  :trusted_account_ids => {
795
- :default => [],
796
- :public => false,
797
- :type => Array,
798
- :description => 'List of trusted OneApm account IDs for the purposes of cross-application tracing. Inbound requests from applications including cross-application headers that do not come from an account in this list will be ignored.'
890
+ :default => [],
891
+ :public => false,
892
+ :type => Array,
893
+ :notified => false,
894
+ :description => 'List of trusted OneApm account IDs for the purposes of cross-application tracing. Inbound requests from applications including cross-application headers that do not come from an account in this list will be ignored.'
799
895
  },
800
896
  :"cross_application_tracer.enabled" => {
801
- :default => true,
802
- :public => true,
803
- :type => Boolean,
804
- :description => 'Enable or disable cross application tracing.'
897
+ :default => true,
898
+ :public => true,
899
+ :type => Boolean,
900
+ :notified => false,
901
+ :description => 'Enable or disable cross application tracing.'
805
902
  },
806
903
  :encoding_key => {
807
- :default => '',
808
- :public => false,
809
- :type => String,
810
- :description => 'Encoding key for cross-application tracing.'
904
+ :default => '',
905
+ :public => false,
906
+ :type => String,
907
+ :notified => false,
908
+ :description => 'Encoding key for cross-application tracing.'
811
909
  },
812
910
  :cross_process_id => {
813
- :default => '',
814
- :public => false,
815
- :type => String,
816
- :description => 'Cross process ID for cross-application tracing.'
911
+ :default => '',
912
+ :public => false,
913
+ :type => String,
914
+ :notified => false,
915
+ :description => 'Cross process ID for cross-application tracing.'
817
916
  },
818
917
  :'thread_profiler.enabled' => {
819
- :default => DefaultSource.thread_profiler_enabled,
820
- :public => true,
821
- :type => Boolean,
822
- :description => 'Enable or disable the thread profiler.'
918
+ :default => DefaultSource.thread_profiler_enabled,
919
+ :public => true,
920
+ :type => Boolean,
921
+ :notified => false,
922
+ :description => 'Enable or disable the thread profiler.'
823
923
  },
824
924
  :'xray_session.enabled' => {
825
- :default => true,
826
- :public => true,
827
- :type => Boolean,
828
- :description => 'Enable or disable X-Ray sessions.'
925
+ :default => true,
926
+ :public => true,
927
+ :type => Boolean,
928
+ :notified => false,
929
+ :description => 'Enable or disable X-Ray sessions.'
829
930
  },
830
931
  :'xray_session.allow_traces' => {
831
- :default => true,
832
- :public => false,
833
- :type => Boolean,
834
- :description => 'Enable or disable X-Ray sessions recording transaction traces.'
932
+ :default => true,
933
+ :public => false,
934
+ :type => Boolean,
935
+ :notified => false,
936
+ :description => 'Enable or disable X-Ray sessions recording transaction traces.'
835
937
  },
836
938
  :'xray_session.allow_profiles' => {
837
- :default => true,
838
- :public => false,
839
- :type => Boolean,
840
- :description => 'Enable or disable X-Ray sessions taking thread profiles.'
939
+ :default => true,
940
+ :public => false,
941
+ :type => Boolean,
942
+ :notified => false,
943
+ :description => 'Enable or disable X-Ray sessions taking thread profiles.'
841
944
  },
842
945
  :'xray_session.max_samples' => {
843
- :default => 10,
844
- :public => false,
845
- :type => Fixnum,
846
- :description => 'Maximum number of transaction traces to buffer for active X-Ray sessions'
946
+ :default => 10,
947
+ :public => false,
948
+ :type => Fixnum,
949
+ :notified => false,
950
+ :description => 'Maximum number of transaction traces to buffer for active X-Ray sessions'
847
951
  },
848
952
  :'xray_session.max_profile_overhead' => {
849
- :default => 0.05,
850
- :public => false,
851
- :type => Float,
852
- :description => 'Maximum overhead percentage for thread profiling before agent reduces polling frequency'
953
+ :default => 0.05,
954
+ :public => false,
955
+ :type => Float,
956
+ :notified => false,
957
+ :description => 'Maximum overhead percentage for thread profiling before agent reduces polling frequency'
853
958
  },
854
959
  :marshaller => {
855
- :default => DefaultSource.marshaller,
856
- :public => true,
857
- :type => String,
858
- :description => 'Specifies a marshaller for transmitting data to the OneApm collector) (e.g json, pruby).'
960
+ :default => DefaultSource.marshaller,
961
+ :public => true,
962
+ :type => String,
963
+ :notified => false,
964
+ :description => 'Specifies a marshaller for transmitting data to the OneApm collector) (e.g json, pruby).'
859
965
  },
860
966
  :'analytics_events.enabled' => {
861
- :default => true,
862
- :public => true,
863
- :type => Boolean,
864
- :description => 'Enable or disable analytics event sampling.'
967
+ :default => true,
968
+ :public => true,
969
+ :type => Boolean,
970
+ :notified => false,
971
+ :description => 'Enable or disable analytics event sampling.'
865
972
  },
866
973
  :'analytics_events.max_samples_stored' => {
867
- :default => 1200,
868
- :public => true,
869
- :type => Fixnum,
870
- :description => 'Defines the maximum number of request events reported from a single harvest.'
974
+ :default => 1200,
975
+ :public => true,
976
+ :type => Fixnum,
977
+ :notified => false,
978
+ :description => 'Defines the maximum number of request events reported from a single harvest.'
871
979
  },
872
980
  :'analytics_events.capture_attributes' => {
873
- :default => true,
874
- :public => true,
875
- :type => Boolean,
876
- :description => 'Include custom attributes in analytics event data.'
981
+ :default => true,
982
+ :public => true,
983
+ :type => Boolean,
984
+ :notified => false,
985
+ :description => 'Include custom attributes in analytics event data.'
877
986
  },
878
987
  :restart_thread_in_children => {
879
- :default => true,
880
- :public => false,
881
- :type => Boolean,
882
- :description => 'Controls whether to check on running a transaction whether to respawn the harvest thread.'
988
+ :default => true,
989
+ :public => false,
990
+ :type => Boolean,
991
+ :notified => false,
992
+ :description => 'Controls whether to check on running a transaction whether to respawn the harvest thread.'
883
993
  },
884
994
  :normalize_json_string_encodings => {
885
- :default => DefaultSource.normalize_json_string_encodings,
886
- :public => false,
887
- :type => Boolean,
888
- :description => 'Controls whether to normalize string encodings prior to serializing data for the collector to JSON.'
995
+ :default => DefaultSource.normalize_json_string_encodings,
996
+ :public => false,
997
+ :type => Boolean,
998
+ :notified => false,
999
+ :description => 'Controls whether to normalize string encodings prior to serializing data for the collector to JSON.'
889
1000
  },
890
1001
  :disable_vm_sampler => {
891
1002
  :default => false,
892
1003
  :public => true,
893
1004
  :type => Boolean,
894
1005
  :dynamic_name => true,
1006
+ :notified => false,
895
1007
  :description => 'Defines whether the agent will sample performance measurements from the Ruby VM.'
896
1008
  },
897
1009
  :disable_memory_sampler => {
@@ -899,6 +1011,7 @@ module OneApm
899
1011
  :public => true,
900
1012
  :type => Boolean,
901
1013
  :dynamic_name => true,
1014
+ :notified => false,
902
1015
  :description => 'Defines whether the agent will sample the memory usage of the host process.'
903
1016
  },
904
1017
  :disable_cpu_sampler => {
@@ -906,6 +1019,7 @@ module OneApm
906
1019
  :public => true,
907
1020
  :type => Boolean,
908
1021
  :dynamic_name => true,
1022
+ :notified => false,
909
1023
  :description => 'Defines whether the agent will sample the CPU usage of the host process.'
910
1024
  },
911
1025
  :disable_delayed_job_sampler => {
@@ -913,6 +1027,7 @@ module OneApm
913
1027
  :public => true,
914
1028
  :type => Boolean,
915
1029
  :dynamic_name => true,
1030
+ :notified => false,
916
1031
  :description => 'Defines whether the agent will measure the depth of Delayed Job queues.'
917
1032
  },
918
1033
  :disable_curb => {
@@ -920,6 +1035,7 @@ module OneApm
920
1035
  :public => true,
921
1036
  :type => Boolean,
922
1037
  :dynamic_name => true,
1038
+ :notified => false,
923
1039
  :description => 'Defines whether the agent will install instrumentation for the curb gem.'
924
1040
  },
925
1041
  :disable_excon => {
@@ -927,6 +1043,7 @@ module OneApm
927
1043
  :public => true,
928
1044
  :type => Boolean,
929
1045
  :dynamic_name => true,
1046
+ :notified => false,
930
1047
  :description => 'Defines whether the agent will install instrumentation for the excon gem.'
931
1048
  },
932
1049
  :disable_httpclient => {
@@ -934,6 +1051,7 @@ module OneApm
934
1051
  :public => true,
935
1052
  :type => Boolean,
936
1053
  :dynamic_name => true,
1054
+ :notified => false,
937
1055
  :description => 'Defines whether the agent will install instrumentation for the httpclient gem.'
938
1056
  },
939
1057
  :disable_net_http => {
@@ -941,6 +1059,7 @@ module OneApm
941
1059
  :public => true,
942
1060
  :type => Boolean,
943
1061
  :dynamic_name => true,
1062
+ :notified => false,
944
1063
  :description => 'Defines whether the agent will install instrumentation for Net::HTTP.'
945
1064
  },
946
1065
  :disable_rack => {
@@ -948,6 +1067,7 @@ module OneApm
948
1067
  :public => true,
949
1068
  :type => Boolean,
950
1069
  :dynamic_name => true,
1070
+ :notified => false,
951
1071
  :description => 'Defines whether the agent will hook into Rack::Builder\'s to_app method to find gems to instrument during application startup.'
952
1072
  },
953
1073
  :disable_typhoeus => {
@@ -955,30 +1075,35 @@ module OneApm
955
1075
  :public => true,
956
1076
  :type => Boolean,
957
1077
  :dynamic_name => true,
1078
+ :notified => false,
958
1079
  :description => 'Defines whether the agent will install instrumentation for the typhoeus gem.'
959
1080
  },
960
1081
  :disable_rack_middleware => {
961
1082
  :default => false,
962
1083
  :public => true,
963
1084
  :type => Boolean,
1085
+ :notified => false,
964
1086
  :description => 'Defines whether the agent will wrap third-party middlewares in instrumentation (regardless of whether they are installed via Rack::Builder or Rails).'
965
1087
  },
966
1088
  :labels => {
967
1089
  :default => '',
968
1090
  :public => true,
969
1091
  :type => String,
1092
+ :notified => false,
970
1093
  :description => 'A dictionary of label names and values that will be applied to the data sent from this agent. May also be expressed as a semi-colon delimited string of colon-separated pairs (e.g. "Server:One;Data Center:Primary".'
971
1094
  },
972
1095
  :aggressive_keepalive => {
973
1096
  :default => true,
974
1097
  :public => false,
975
1098
  :type => Boolean,
1099
+ :notified => false,
976
1100
  :description => 'If true, attempt to keep the TCP connection to the collector alive between harvests.'
977
1101
  },
978
1102
  :keep_alive_timeout => {
979
1103
  :default => 60,
980
1104
  :public => false,
981
1105
  :type => Fixnum,
1106
+ :notified => false,
982
1107
  :description => 'Timeout for keep alive on TCP connection to collector if supported by Ruby version. Only used in conjunction when aggressive_keepalive is enabled.'
983
1108
  },
984
1109
  :ca_bundle_path => {
@@ -986,12 +1111,14 @@ module OneApm
986
1111
  :allow_nil => true,
987
1112
  :public => true,
988
1113
  :type => String,
1114
+ :notified => false,
989
1115
  :description => "Manual override for the path to your local CA bundle. This CA bundle will be used to validate the SSL certificate presented by OneApm's data collection service."
990
1116
  },
991
1117
  :collect_utilization => {
992
1118
  :default => false,
993
1119
  :public => false,
994
1120
  :type => Boolean,
1121
+ :notified => false,
995
1122
  :description => "Controls whether to collect processor and instance sizing data and send it to OneApm"
996
1123
  },
997
1124
  :'rules.ignore_url_regexes' => {
@@ -999,30 +1126,35 @@ module OneApm
999
1126
  :public => true,
1000
1127
  :type => Array,
1001
1128
  :transform => DefaultSource.rules_ignore,
1129
+ :notified => false,
1002
1130
  :description => 'A list of patterns that will cause a transaction to be ignored if any of them match the URI.'
1003
1131
  },
1004
1132
  :'synthetics.traces_limit' => {
1005
1133
  :default => 20,
1006
1134
  :public => false,
1007
1135
  :type => Fixnum,
1136
+ :notified => false,
1008
1137
  :description => 'Maximum number of synthetics transaction traces to hold for a given harvest'
1009
1138
  },
1010
1139
  :'synthetics.events_limit' => {
1011
1140
  :default => 200,
1012
1141
  :public => false,
1013
1142
  :type => Fixnum,
1143
+ :notified => false,
1014
1144
  :description => 'Maximum number of synthetics transaction events to hold for a given harvest'
1015
1145
  },
1016
1146
  :'custom_insights_events.enabled' => {
1017
1147
  :default => true,
1018
1148
  :public => true,
1019
1149
  :type => Boolean,
1150
+ :notified => false,
1020
1151
  :description => 'Enable or disable custom Insights event recording.'
1021
1152
  },
1022
1153
  :'custom_insights_events.max_samples_stored' => {
1023
1154
  :default => 1000,
1024
1155
  :public => true,
1025
1156
  :type => Fixnum,
1157
+ :notified => false,
1026
1158
  :description => 'Maximum number of custom Insights events buffered in memory at a time.',
1027
1159
  :dynamic_name => true
1028
1160
  },
@@ -1030,12 +1162,14 @@ module OneApm
1030
1162
  :default => false,
1031
1163
  :public => true,
1032
1164
  :type => Boolean,
1165
+ :notified => false,
1033
1166
  :description => 'Disables installation of Grape instrumentation.'
1034
1167
  },
1035
1168
  :event_machine_standalone => {
1036
1169
  :default => false,
1037
1170
  :public => true,
1038
1171
  :type => Boolean,
1172
+ :notified => false,
1039
1173
  :description => 'enable standalone mode of event_machine'
1040
1174
  },
1041
1175
  :'redis.ignore_commands' => {
@@ -1043,25 +1177,36 @@ module OneApm
1043
1177
  :allow_nil => true,
1044
1178
  :public => true,
1045
1179
  :type => Array,
1180
+ :notified => true,
1046
1181
  :description => 'A list of redis commands that will be ignore.'
1047
1182
  },
1048
1183
  :disable_rails_middleware => {
1049
1184
  :default => true,
1050
1185
  :public => true,
1051
1186
  :type => Boolean,
1187
+ :notified => true,
1052
1188
  :description => 'Defines whether the agent will wrap middlewares which are installed Rails.'
1053
1189
  },
1054
1190
  :agent_restart_file_name => {
1055
- :default => 'oneapm_restart.txt',
1056
- :public => true,
1057
- :type => String,
1058
- :description => 'Defines name of the agent restart file.'
1191
+ :default => 'oneapm_restart.txt',
1192
+ :public => true,
1193
+ :type => String,
1194
+ :notified => true,
1195
+ :description => 'Defines name of the agent restart file.'
1059
1196
  },
1060
1197
  :agent_restart_file_path => {
1061
- :default => 'tmp/',
1062
- :public => true,
1063
- :type => String,
1064
- :description => 'Defines a path to the agent restart file, excluding the filename.'
1198
+ :default => 'tmp/',
1199
+ :public => true,
1200
+ :type => String,
1201
+ :notified => true,
1202
+ :description => 'Defines a path to the agent restart file, excluding the filename.'
1203
+ },
1204
+ :'notified.enable' => {
1205
+ :default => true,
1206
+ :public => true,
1207
+ :type => Boolean,
1208
+ :notified => false,
1209
+ :description => 'Enable or Disable custom notified angent config data to OneAPM server.'
1065
1210
  }
1066
1211
  }.freeze
1067
1212
  end