Newrelic Example Plugin banner
newrelic newrelic

Newrelic Example Plugin

Data community

Description

This plugin generates synthetic data and is intended as a starting point for new plugin authors.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

[![Archived header](https://github.com/newrelic/open-source-office/raw/master/examples/categories/images/Archived.png)](https://github.com/newrelic/open-source-office/blob/master/examples/categories/index.md#archived)

Example Agent Install

  1. Download the latest tagged version from https://github.com/newrelic-platform/newrelic_example_plugin/tags
  2. Extract to the location you want to run the example agent from
  3. Copy config/template_newrelic_plugin.yml to config/newrelic_plugin.yml
  4. Edit config/newrelic_plugin.yml and replace "YOUR_LICENSE_KEY_HERE" with your New Relic license key
  5. Create a plugin in New Relic
  6. Edit newrelic_example_agent and replace "PUT YOUR GUID HERE" with the GUID that was generated when you created the plugin
  7. run ./newrelic_example_agent

Contributing

You are welcome to send pull requests to us - however, by doing so you agree that you are granting New Relic a non-exclusive, non-revokable, no-cost license to use the code, algorithms, patents, and ideas in that code in our products if we so choose. You also agree the code is provided as-is and you provide no warranties as to its fitness or correctness for any purpose.