Skip to content

newrelic-experimental/newrelic-java-policycenter

New Relic Experimental header

New Relic Java Instrumentation for Guidewire ClaimCenter and PolicyCenter

Instrumentation for Guidewire applications, including ClaimCenter and PolicyCenter.

Installation

  1. Obtain the latest release from this repository.
  2. Extract the release into a local directory.
  3. Transfer the extension JAR file to the target server
  4. Copy the extension JAR file into the agent's extensions directory (relative to the directory containing the newrelic.jar file). Note: Create the extensions directory if it does not exist.
  5. Restart your JVM
  6. After the app has reloaded, generate traffic against your app that will trigger transactions that you expect to see.
  7. To debug issues, set log_level to finer in newrelic.yml.

Usage

Once installed, this extension will perform the following functions:

Transaction Renaming

Transactions are named based on the names or values of POST parameters as follows:

  • eventSource
  • eventParam - if eventSource is refresh and eventParam is not null

Custom Parameters

These parameters are added to the transactions to which they apply:

  • eventSource
  • eventParam

Support

New Relic has open-sourced this project. This project is provided AS-IS WITHOUT WARRANTY OR DEDICATED SUPPORT. Issues and contributions should be reported to the project here on GitHub. We encourage you to bring your experiences and questions to the Explorers Hub where our community members collaborate on solutions and new ideas.

Contributing

We encourage your contributions to improve newrelic-java-guidewire! 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.

If you have any questions, or to execute our corporate CLA, required if your contribution is on behalf of a company, please 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

newrelic-java-guidewire is licensed under the Apache 2.0 License.

[If applicable: The newrelic-java-guidewire also uses source code from third-party libraries. You can find full details on which libraries are used and the terms under which they are licensed in the third-party notices document.]