Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 2.94 KB

README.md

File metadata and controls

64 lines (37 loc) · 2.94 KB

Community Project header

New Relic Quickstart

Community repository of New Relic dashboards, alerts, and installation instructions. You can find the repository here: https://newrelic-experimental.github.io/quickstarts/

Adding your own dashboards, alerts or instructions

  1. Fork the Github repository

  2. Clone your own repository to your local machine

  3. Create a directory in the quickstarts folder with the name of the technology you have a resources for. For example: RabbitMQ, APM Errors, ..

  4. Add a file called dashboard.json to your directory and add the JSON of your dashboard.

  5. Create a config.json file with the following content:

{
    "name": "Name of your dashboard",
    "author": "Your name or email address"
}
  1. Commit your changes git add -A and git commit -m "My new resource". Change the My new resource with a description of the resource you've added.

  2. Push your changes to Github git push

  3. Create a pull request in the parent repository.

  4. Submit and wait for review. We will review as fast as we can, but it can sometimes take a day or two.

Thanks a lot for your submission!

Building - optional

Dependencies:

  • NodeJS
  • Yarn

Pulling in third party dependencies: yarn

Building the repository dataset: ./build.sh

Running the website locally: yarn run start

Support

If you encounter any issues, have feedback or ideas. Please don't hesitate to create a ticket.

Contributing

Full details about how to contribute to Contributions to improve [Project Name] are encouraged! 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. To execute our corporate CLA, which is required if your contribution is on behalf of a company, or if you have any questions, please drop us an email at [email protected].

License

New Relic quickstarts is licensed under the Apache 2.0 License.