{"id":20194873,"url":"https://github.com/newrelic-experimental/nr1-command-center-v2","last_synced_at":"2026-06-08T11:02:32.854Z","repository":{"id":104077204,"uuid":"476393415","full_name":"newrelic-experimental/nr1-command-center-v2","owner":"newrelic-experimental","description":"Consolidated view of incidents, anomalies, and issues across all accessible accounts","archived":false,"fork":false,"pushed_at":"2026-03-23T21:34:31.000Z","size":2730,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-04-21T15:53:39.419Z","etag":null,"topics":["alerts","anomalies","issues","nrai","nrlabs","nrlabs-viz","ops","sre"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newrelic-experimental.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-03-31T16:40:58.000Z","updated_at":"2026-03-23T21:34:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f69a3bc4-03e4-4344-8883-147f207f6ea8","html_url":"https://github.com/newrelic-experimental/nr1-command-center-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/newrelic-experimental/nr1-command-center-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic-experimental%2Fnr1-command-center-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic-experimental%2Fnr1-command-center-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic-experimental%2Fnr1-command-center-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic-experimental%2Fnr1-command-center-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newrelic-experimental","download_url":"https://codeload.github.com/newrelic-experimental/nr1-command-center-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newrelic-experimental%2Fnr1-command-center-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["alerts","anomalies","issues","nrai","nrlabs","nrlabs-viz","ops","sre"],"created_at":"2024-11-14T04:14:36.028Z","updated_at":"2026-06-08T11:02:32.820Z","avatar_url":"https://github.com/newrelic-experimental.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![New Relic Experimental header](https://github.com/newrelic/opensource-website/raw/master/src/images/categories/Experimental.png)](https://opensource.newrelic.com/oss-category/#new-relic-experimental)\n\n[![Snyk](https://snyk.io/test/github/newrelic-experimental/nr1-command-center/badge.svg)](https://snyk.io/test/github/newrelic-experimental/nr1-command-center)\n\n# Command Center (nr1-command-center-v2)\n\n## Usage\n\nThis application aggregates incidents, anomalies, and issues across many accounts to provide a single, operational/reliability view. It also provides analytics in order to improve alert conditions and anomalies configured.\n\n## Features\n- Per account snapshot of issue/anomaly counts\n- Holistic, filterable/exportable view of open incidents, issues, and anomalies across many accounts.\n- Auto refresh configuration of open incidents, issues, and anomalies\n- Persistent links to correlate with individual incidents and issues\n- Acknowledge and close issues/incidents directly in list view\n- Analytics for total issue count, accumulated issue minutes, MTTR, and % of issues closed under 5 minutes.\n- Configurable linked dashboard that can be used as a tool for operational/reliability reviews. [Template provided here - this can be added to all accounts](dashboards/ops_template.json)\n\n## Screenshots\n\n![Overview](screenshots/overview.png)\n![Open Incidents](screenshots/open_incidents.png)\n![Open Issues](screenshots/open_issues.png)\n![Analytics](screenshots/analytics.png)\n![Drilldown](screenshots/drilldown.png)\n\n## Getting Started\nFirst, ensure that you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [NPM](https://www.npmjs.com/get-npm) installed. If you're unsure whether you have one or both of them installed, run the following command(s) (If you have them installed these commands will return a version number, if not, the commands won't be recognized):\n\n```bash\ngit --version\nnpm -v\n```\n\nNext, install the [NR1 CLI](https://one.newrelic.com/launcher/developer-center.launcher) by going to [this link](https://one.newrelic.com/launcher/developer-center.launcher) and following the instructions (5 minutes or less) to install and setup your New Relic development environment.\n\nNext, clone this repository and update `config.json` with your accountId (**NOTE: This should match the profile you are serving to**). To run the code locally against your New Relic data, execute the following commands:\n\n```bash\nnr1 nerdpack:clone -r https://github.com/newrelic-experimental/nr1-command-center-v2.git\ncd nr1-command-center-v2\nnr1 nerdpack:serve\n```\n\nVisit [https://one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local), navigate to the Nerdpack, and :sparkles:\n\n## Configuration\nUpdate `config.json` located under `./nerdlets/` with your accountId, refreshRate (in milliseconds), and optional template dashboard name that will be linked to each account (if it exists in that account) within the Analytics tab. The refreshRate variable controls how often the Open* pages are refreshed automatically.\n\n## Deploying this Nerdpack\n\nOpen a command prompt in the nerdpack's directory and run the following commands.\n\n```bash\n# To create a new uuid for the nerdpack so that you can deploy it to your account:\n# nr1 nerdpack:uuid -g [--profile=your_profile_name]\n\n# To see a list of API keys / profiles available in your development environment:\n# nr1 profiles:list\n\nnr1 nerdpack:publish [--profile=your_profile_name]\nnr1 nerdpack:deploy [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]\nnr1 nerdpack:subscribe [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]\n```\n\nVisit [https://one.newrelic.com](https://one.newrelic.com), navigate to the Nerdpack, and :sparkles:\n\n## Issues / Enhancement Requests\n\nIssues and enhancement requests can be submitted in the [Issues tab of this repository](https://github.com/newrelic-experimental/nr1-command-center-v2/issues). Please search for and review the existing open issues before submitting a new issue.\n\n## Contributing\n\nWe encourage your contributions to improve Command Center! Keep in mind when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.\nIf you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company,  please drop us an email at opensource@newrelic.com.\n\n**A note about vulnerabilities**\n\nAs noted in our [security policy](../../security/policy), New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.\n\nIf you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through [HackerOne](https://hackerone.com/newrelic).\n\n## License\nCommand Center is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewrelic-experimental%2Fnr1-command-center-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewrelic-experimental%2Fnr1-command-center-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewrelic-experimental%2Fnr1-command-center-v2/lists"}