All Projects → newrelic → newrelic-quickstarts

newrelic / newrelic-quickstarts

Licence: Apache-2.0 License
New Relic One quickstarts help accelerate your New Relic journey by providing immediate value for your specific use cases.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to newrelic-quickstarts

Tcpprobe
Modern TCP tool and service for network performance observability.
Stars: ✭ 207 (+350%)
Mutual labels:  sre, observability
Howtheysre
A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)
Stars: ✭ 6,962 (+15034.78%)
Mutual labels:  sre, observability
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+2658.7%)
Mutual labels:  sre, observability
Kibana
Your window into the Elastic Stack
Stars: ✭ 16,820 (+36465.22%)
Mutual labels:  dashboards, observability
Datav
📊https://datav.io is a modern APM, provide observability for your business, application and infrastructure. It's also a lightweight alternative to Grafana.
Stars: ✭ 2,757 (+5893.48%)
Mutual labels:  newrelic, observability
trovilo
trovilo collects and prepares files from Kubernetes ConfigMaps for Prometheus & friends
Stars: ✭ 16 (-65.22%)
Mutual labels:  alerts, dashboards
Kube Prometheus
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
Stars: ✭ 3,607 (+7741.3%)
Mutual labels:  alerts, dashboards
website
Prometheus monitoring mixins
Stars: ✭ 91 (+97.83%)
Mutual labels:  alerts, dashboards
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-63.04%)
Mutual labels:  alerts
microservices-observability
🎉 Microservices Observability - Log Aggregation, Distributed Tracking, Metrics
Stars: ✭ 40 (-13.04%)
Mutual labels:  observability
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+6939.13%)
Mutual labels:  observability
QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (+230.43%)
Mutual labels:  dashboards
terraform-aws-account
🌳 A sustainable Terraform Package which creates Account & IAM resources on AWS
Stars: ✭ 18 (-60.87%)
Mutual labels:  sre
kaldi-timit-sre-ivector
Develop speaker recognition model based on i-vector using TIMIT database
Stars: ✭ 17 (-63.04%)
Mutual labels:  sre
newrelic-context
Contains different helpers to make life easier with NewRelic and Context.
Stars: ✭ 21 (-54.35%)
Mutual labels:  newrelic
nws alerts
An updated version of the nws_alerts custom integration for Home Assistant
Stars: ✭ 24 (-47.83%)
Mutual labels:  alerts
observability-workshop
To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
Stars: ✭ 48 (+4.35%)
Mutual labels:  observability
sre-playground
🎯 A set of Site Reliability Engineering notes & challenges
Stars: ✭ 24 (-47.83%)
Mutual labels:  sre
soloalert
A customizable lightweight Alert Library with Material UI and awesome features.
Stars: ✭ 18 (-60.87%)
Mutual labels:  alerts
Gauntlet
🔖 Guides, Articles, Podcasts, Videos and Notes to Build Reliable Large-Scale Distributed Systems.
Stars: ✭ 336 (+630.43%)
Mutual labels:  sre

Community Project header

NOTE: We recently changed this repository from newrelic-observability-packs to newrelic-quickstarts to better align with the project goals. If any of your services are reliant on this repo they will need to be checked and altered.

New Relic One quickstarts

Only users with full platform access can use the dashboards installed with a quickstart.

New Relic One quickstarts help accelerate your New Relic journey by providing immediate value for your specific use cases. They include:

  • Clear instructions for instrumenting your services
  • Observability building blocks like dashboards and alerts

All of this is available through our Instant Observability open source ecosystem where New Relic developers, partners, and customers contribute their best-practice solutions.

New Relic One Instant Observability

Looking for inspiration?

You can search for all the available quickstarts in the New Relic Instant Observability catalog.

Quickstart components

📊 Dashboards

With New Relic One dashboards you can customize and understand the data you collect. Explore your data and correlate connected sources with tailored, user-friendly charts, and quickly learn the state of your system and applications for faster, more efficient troubleshooting.

  1. Ensure you're using Node.js version 16, nvm is a great tool to help you get the right Node.js versions.
  2. run yarn install, if you do not have yarn, this link will help!
  3. Refer to our contributor guide on working with dashboard JSON.

📟 Alerts

Alerts lets you set up robust and customizable alert policies for anything that you can monitor. Receive notifications for fluctuations in key performance metrics as data streams in from all of our products, including APM, infrastructure, browser, mobile, and NRQL queries.

💽 Data Sources

Data Sources are the many sources of data you can setup with New Relic to collect and monitor data.

🔮 Future

Our road map for quickstarts includes the addition of Synthetics monitoring, NerdPacks and Flex configurations.

Getting Started

Review our comprehensive Developer Guide to get starting building your quickstart!

Contribute your own quickstart to the New Relic One catalog by following the steps below:

  1. Fork the Github repository

  2. Clone your own repository to your local machine

  3. Copy the _template directory and its content to a new directory within the quickstarts folder. Choose a name which identifies the purpose of your quickstart, such as rabbitmq, apm-errors, sre, or aws-s3

  4. In your new directory, you'll find the following folders: dashboards, alerts and images. Each folder contains a template or template directories that you can use to create entities for your quickstart.

  • For example, to add an existing dashboard to your quickstart, copy the dashboard's JSON, and save it as a JSON file in the dashboards directory. Next, create a screenshot of your dashboard, add it to dashboards, and give it the same name as your JSON file.

  • You can add multiple JSON files and screenshots to dashboards. Pair each screenshot with a JSON file by using the same file name. If you want multiple screenshots for a dashboard, add a number at the end of the file name. So, your dashboards folder might contain:

    - `rabbitmq.json`
    - `rabbitmq.png` or `rabbitmq.jpeg`
    - `rabbitmq01.png`
    - `rabbitmq02.png`
    
  • The images folder should contain images you want to display within a markdown widget on your Dashboard. An example of this would be the Python quickstart which includes image widgets defined using markdown. For more information on this see our docs on creating widgets containing markdown text

  • When adding alerts to your quickstart, using NerdGraph can assist you with adding existing alert configurtions to your yaml files.

  • This process is similar for all other entity directories. Also, if you don't want to create entities for a given type, delete the corresponding directory.

  1. In your quickstart's root directory, you'll find a config.yml file where you can configure your quickstart. Refer to our Contributing Guide for more details on quickstart configurations.

  2. Commit your changes using the Conventional Commit syntax:

    git add -A
    git commit -m "feat([name]): Added [name]"
  3. Push your changes to Github:

    git push
  4. Create a pull request in the parent repository.

  5. Submit and wait for review. Please be available to resolve review feedback in a timely manner.

NOTE: All contributions are public and available for use by others. When contributing, make sure the NRQL queries you use match the datasets the users have. You don't want to use NRQL queries with sensitive data.

Testing

Importer

WARNING: The importer is for testing only and might change or be removed in the future. You can still use it today for testing, but it is not meant to be used in a production environment.

We've included an importer utility for testing quickstarts on your account. You can run this using the included import.sh script.

Note: The importer spins up a docker container, so you must have docker installed and running for this to function

  1. Modify importer-config.sh with your account number and New Relic API Key

  2. Run import.sh from the root of this project:

    # Usage:
    ./import.sh $QUICKSTART_NAME
    
    # Example
    > ./import.sh mysql

    If your quickstart is in a sub-directory please include that too for example python/flask

 # Example
 > ./import.sh python/flask

Support

New Relic hosts and moderates an online forum where customers can interact with New Relic employees as well as other customers to get help and share best practices. Like all official New Relic open source projects, there's a related Community topic in the New Relic Explorers Hub. You can find this project's topic/threads here:

Contribute

If you would like to contribute to this project, review these guidelines.

We encourage your contributions to improve New Relic One quickstarts! Keep in mind that 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.

If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at [email protected].

A note about vulnerabilities

As noted in our 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.

If 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.

License

New Relic One quickstarts is licensed under the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].