Community repository of New Relic dashboards, alerts, and installation instructions. You can find the repository here: https://newrelic-experimental.github.io/quickstarts/
-
Create a directory in the
quickstarts
folder with the name of the technology you have a resources for. For example:RabbitMQ
,APM Errors
, .. -
Add a file called
dashboard.json
to your directory and add the JSON of your dashboard. -
Create a
config.json
file with the following content:
{
"name": "Name of your dashboard",
"author": "Your name or email address"
}
-
Commit your changes
git add -A
andgit commit -m "My new resource"
. Change theMy new resource
with a description of the resource you've added. -
Push your changes to Github
git push
-
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!
Dependencies:
- NodeJS
- Yarn
Pulling in third party dependencies: yarn
Building the repository dataset: ./build.sh
Running the website locally: yarn run start
If you encounter any issues, have feedback or ideas. Please don't hesitate to create a ticket.
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].
New Relic quickstarts is licensed under the Apache 2.0 License.