jbeveland27 / nr1-event-stream

View the latest live data stream for APM data based on Transaction and TransactionError events.

Home Page:https://discuss.newrelic.com/t/event-stream-nerdpack/83285

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Relic One Catalog Project header

New Relic One Event Stream (nr1-event-stream)

CI GitHub release (latest SemVer including pre-releases) Snyk

Usage

Event Stream is similar to Unix’s tail program, now focused on APM.

Event Stream uses data from Transaction and TransactionError events to display a live stream of processes occuring in your system.

Screenshot

Note: this NerdPack is not served as a launcher on the homepage of New Relic One. Instead, you'll have to navigate through Entity Explorer > Services > myServiceName > Troubleshoot > Event Stream.

Open Source License

This project is distributed under the Apache 2 license.

Dependencies

Requires New Relic APM.

Getting started

Clone this repository and run the following scripts:

nr1 nerdpack:clone -r https://github.com/newrelic/nr1-event-stream.git
cd nr1-event-stream
nr1 nerdpack:uuid -gf
npm install
npm start

Visit https://one.newrelic.com/?nerdpacks=local, navigate to the Nerdpack, and

Deploying this Nerdpack

Open a command prompt in the nerdpack's directory and run the following commands.

# To create a new uuid for the nerdpack so that you can deploy it to your account:
nr1 nerdpack:uuid -g [--profile=your_profile_name]

# To see a list of APIkeys / profiles available in your development environment:
# nr1 profiles:list
nr1 nerdpack:publish [--profile=your_profile_name]
nr1 nerdpack:deploy [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]
nr1 nerdpack:subscribe [-c [DEV|BETA|STABLE]] [--profile=your_profile_name]

Visit https://one.newrelic.com, navigate to the Nerdpack, and

Community Support

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

https://discuss.newrelic.com/t/event-stream-nerdpack/83285

Please do not report issues with Event Stream to New Relic Global Technical Support. Instead, visit the Explorers Hub for troubleshooting and best-practices.

Issues / Enhancement Requests

Issues and enhancement requests can be submitted in the Issues tab of this repository. Please search for and review the existing open issues before submitting a new issue.

Contributing

Contributions are welcome (and if you submit a Enhancement Request, expect to be invited to contribute it yourself 😁). Please review our Contributors Guide.

Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. If you'd like to execute our corporate CLA, or if you have any questions, please drop us an email at opensource@newrelic.com.

About

View the latest live data stream for APM data based on Transaction and TransactionError events.

https://discuss.newrelic.com/t/event-stream-nerdpack/83285

License:Apache License 2.0


Languages

Language:JavaScript 85.8%Language:CSS 14.2%