{"id":25050619,"url":"https://github.com/steadybit/extension-newrelic","last_synced_at":"2026-02-24T23:02:56.066Z","repository":{"id":216082183,"uuid":"733935346","full_name":"steadybit/extension-newrelic","owner":"steadybit","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-06T10:02:51.000Z","size":535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T01:07:47.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.steadybit.com/extension/com.steadybit.extension_newrelic","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T13:22:53.000Z","updated_at":"2025-05-06T10:02:55.000Z","dependencies_parsed_at":"2024-03-11T18:31:45.871Z","dependency_job_id":"2c6ca7f0-0297-4f2c-be30-e47e2c1cc4d7","html_url":"https://github.com/steadybit/extension-newrelic","commit_stats":null,"previous_names":["steadybit/extension-newrelic"],"tags_count":20,"template":false,"template_full_name":"steadybit/extension-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-newrelic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-newrelic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-newrelic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-newrelic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-newrelic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793646,"owners_count":21805057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-06T09:16:59.146Z","updated_at":"2026-02-21T01:06:31.857Z","avatar_url":"https://github.com/steadybit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./logo.png\" height=\"80\" align=\"right\" alt=\"New Relic logo\"\u003e\n\n# Steadybit extension-newrelic\n\nA [Steadybit](https://www.steadybit.com/) extension for [New Relic](https://newrelic.com).\n\nLearn about the capabilities of this extension in our [Reliability Hub](https://hub.steadybit.com/extension/com.steadybit.extension_newrelic).\n\n## Configuration\n\n| Environment Variable                                  | Helm value                             | Meaning                                                                                                                            | Required | Default |\n|-------------------------------------------------------|----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|----------|---------|\n| `STEADYBIT_EXTENSION_API_BASE_URL`                    | `newrelic.apiBaseUrl`                  | The New Relic API Base Url, like 'https://api.newrelic.com' or 'https://api.eu.newrelic.com'                                       | yes      |         |\n| `STEADYBIT_EXTENSION_API_KEY`                         | `newrelic.apiKey`                      | The New Relic [API Key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/), Type: USER                            | yes      |         |\n| `STEADYBIT_EXTENSION_INSIGHTS_COLLECTOR_API_BASE_URL` | `newrelic.insightsCollectorApiBaseUrl` | The New Relic Ingest API Base Url, like 'https://insights-collector.newrelic.com' or 'https://insights-collector.eu01.nr-data.net' | yes      |         |\n| `STEADYBIT_EXTENSION_INSIGHTS_COLLECTOR_API_KEY`      | `newrelic.insightsCollectorApiKey`     | The New Relic [Ingest API Key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/), Type: INGEST - LICENSE         | yes      |         |\n\nThe extension supports all environment variables provided by [steadybit/extension-kit](https://github.com/steadybit/extension-kit#environment-variables).\n\n## Installation\n\n### Kubernetes\n\nDetailed information about agent and extension installation in kubernetes can also be found in\nour [documentation](https://docs.steadybit.com/install-and-configure/install-agent/install-on-kubernetes).\n\n#### Recommended (via agent helm chart)\n\nAll extensions provide a helm chart that is also integrated in the\n[helm-chart](https://github.com/steadybit/helm-charts/tree/main/charts/steadybit-agent) of the agent.\n\nYou must provide additional values to activate this extension.\n\n```\n--set extension-newrelic.enabled=true \\\n--set extension-newrelic.newrelic.apiBaseUrl={{YOUR-API-BASE-URL}} \\\n--set extension-newrelic.newrelic.apiKey={{YOUR-API-KEY}} \\\n--set extension-newrelic.newrelic.insightsCollectorApiBaseUrl={{YOUR-INSIGHTS-COLLECTOR-API-BASE-URL}} \\\n--set extension-newrelic.newrelic.insightsCollectorApiKey={{YOUR-INSIGHTS-COLLECTOR-API-KEY}} \\\n```\n\nAdditional configuration options can be found in\nthe [helm-chart](https://github.com/steadybit/extension-newrelic/blob/main/charts/steadybit-extension-newrelic/values.yaml) of the\nextension.\n\n#### Alternative (via own helm chart)\n\nIf you need more control, you can install the extension via its\ndedicated [helm-chart](https://github.com/steadybit/extension-newrelic/blob/main/charts/steadybit-extension-newrelic).\n\n```bash\nhelm repo add steadybit-extension-newrelic https://steadybit.github.io/extension-newrelic\nhelm repo update\nhelm upgrade steadybit-extension-newrelic \\\n    --install \\\n    --wait \\\n    --timeout 5m0s \\\n    --create-namespace \\\n    --namespace steadybit-agent \\\n    --set newrelic.apiBaseUrl={{YOUR-API-BASE-URL}} \\\n    --set newrelic.apiKey={{YOUR-API-KEY}} \\\n    --set newrelic.insightsCollectorApiBaseUrl={{YOUR-INSIGHTS-COLLECTOR-API-BASE-URL}} \\\n    --set newrelic.insightsCollectorApiKey={{YOUR-INSIGHTS-COLLECTOR-API-KEY}} \\\n    steadybit-extension-newrelic/steadybit-extension-newrelic\n```\n\n### Linux Package\n\nPlease use\nour [agent-linux.sh script](https://docs.steadybit.com/install-and-configure/install-agent/install-on-linux-hosts)\nto install the extension on your Linux machine. The script will download the latest version of the extension and install\nit using the package manager.\n\nAfter installing, configure the extension by editing `/etc/steadybit/extension-newrelic` and then restart the service.\n\n## Extension registration\n\nMake sure that the extension is registered with the agent. In most cases this is done automatically. Please refer to\nthe [documentation](https://docs.steadybit.com/install-and-configure/install-agent/extension-registration) for more\ninformation about extension registration and how to verify.\n\n## Version and Revision\n\nThe version and revision of the extension:\n- are printed during the startup of the extension\n- are added as a Docker label to the image\n- are available via the `version.txt`/`revision.txt` files in the root of the image\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-newrelic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-newrelic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-newrelic/lists"}