pantheon-systems / terminus-newrelic-data-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (2.0.5) of this package.
Terminus Plugin that fetches metric data from new relic api and display via console
Package info
github.com/pantheon-systems/terminus-newrelic-data-plugin
Type:terminus-plugin
pkg:composer/pantheon-systems/terminus-newrelic-data-plugin
2.0.5
2023-06-21 19:44 UTC
This package is auto-updated.
Last update: 2025-04-17 21:36:27 UTC
README
This plugin is no longer supported and has been archived.
Terminus Plugin that fetches metric data from the New Relic api:
- It displays a list of sites without New Relic within an organization
- It displays slowest performing sites using New Relic data (throughput, response time, Apdex)
- It shows an alert if the environment is under stress using New Relic color coding Pantheon sites.
Learn more about Terminus and Terminus Plugins at: https://pantheon.io/docs/terminus/plugins/
Examples
- Fetches metric data from
dev
terminus newrelic-data:site my_site.dev
- Displays all sites without New Relic under an organization by site plan.
terminus newrelic-data:org [ORG UUID]
- Displays all sites with or without New Relic under an organization by site plan.
terminus newrelic-data:org [ORG UUID] --all
- Displays all sites with slowest response time under an organization. It provides an indicator if a site is in normal or in critical condition based on the New Relic health status.
terminus newrelic-data:org [ORG UUID] --overview
Installation
For help installing, see Manage Plugins
terminus self:plugin:install pantheon-systems/terminus-newrelic-data-plugin
Things to remember
- If invoking New Relic-data:org make sure you are an administrator of the organisation, otherwise it will only display sites where you are member.
Todo
- To include screenshot of New relic metrics