You are here

new_relic_rpm.schema.yml in New Relic 2.0.x

config/schema/new_relic_rpm.schema.yml

File

config/schema/new_relic_rpm.schema.yml
View source
  1. new_relic_rpm.settings:
  2. type: config_object
  3. label: Settings
  4. mapping:
  5. track_drush:
  6. type: string
  7. track_cron:
  8. type: string
  9. module_deployment:
  10. type: boolean
  11. config_import:
  12. type: boolean
  13. ignore_roles:
  14. type: sequence
  15. sequence:
  16. type: string
  17. ignore_urls:
  18. type: string
  19. bg_urls:
  20. type: string
  21. exclusive_urls:
  22. type: string
  23. api_key:
  24. type: string
  25. override_exception_handler:
  26. type: boolean
  27. watchdog_severities:
  28. type: sequence
  29. sequence:
  30. - type: integer
  31. views_log_slow:
  32. type: boolean
  33. label: Log slow views
  34. views_log_threshold:
  35. type: integer
  36. label: Slow view threshold in ms
  37. disable_autorum:
  38. type: boolean