New Relic
Connects to the New Relic API and displays the last n deploys of the monitored applications: deploy ID, deploy time, and who deployed it.
Configuration
newrelic:
  apiKey: "p0d13*********************************************c3"
  applicationIDs:
    - 10549735
    - 499785
  deployCount: 6
  enabled: true
  position:
    top: 4
    left: 3
    height: 1
    width: 2
  refreshInterval: 15m
Screenshots

Attributes
| Name | Value | 
|---|---|
| apiKeyYour New Relic API key. Leave this blank to use the WTF_NEW_RELIC_API_KEYenvironment variable. | |
| applicationIdsA list of integer IDs of the New Relic applications you wish to report on. | Any positive integer. | 
| deployCountOptional The number of past deploys to display on screen. Default: 5. | Any positive integer. | 
Keyboard
| Key | Action | 
|---|---|
| / | Open/close the widget's help modal | 
| ← | {{ arrowback }}Show the previous application | 
| → | {{ arrowfore }}Show the next application |