Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/newrelic-java-guidewire
Provides Java instrumentation for Guidewire PolicyCenter and ClaimCenter
https://github.com/newrelic-experimental/newrelic-java-guidewire
guidewire instrumentation java java-instrumentation nrlabs nrlabs-data nrlabs-odp observability-data
Last synced: about 2 months ago
JSON representation
Provides Java instrumentation for Guidewire PolicyCenter and ClaimCenter
- Host: GitHub
- URL: https://github.com/newrelic-experimental/newrelic-java-guidewire
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2020-08-04T15:47:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T06:45:03.000Z (over 1 year ago)
- Last Synced: 2024-04-17T22:05:16.465Z (9 months ago)
- Topics: guidewire, instrumentation, java, java-instrumentation, nrlabs, nrlabs-data, nrlabs-odp, observability-data
- Language: Java
- Homepage:
- Size: 557 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.
1. Extract the release into a local directory.
1. Transfer the extension JAR file to the target server
1. 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.
1. Restart your JVM
1. After the app has reloaded, generate traffic against your app that will trigger transactions that you expect to see.
1. 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
* Wizard:ScreenName if eventSource contains Wizard:Next_act### Custom Parameters
These parameters are added to the transactions to which they apply:
* JSESSIONID* cookie value
* ThreadName
* eventSource
* eventParam
* Wizard (conditional)
* Screen (conditional)
* SimpleClaimSearch:SimpleClaimSearchScreen:SimpleClaimSearchDV:ClaimNumber
* SimpleClaimSearch:SimpleClaimSearchScreen:SimpleClaimSearchDV:PolicyNumber
* SimpleClaimSearch:SimpleClaimSearchScreen:SimpleClaimSearchDV:FirstName
* SimpleClaimSearch:SimpleClaimSearchScreen:SimpleClaimSearchDV:LastName
* SimpleClaimSearch:SimpleClaimSearchScreen:SimpleClaimSearchDV:CompanyName
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:ClaimNumber
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:PolicyNumber
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:FirstName
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:LastName
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:AssignedToGroup
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:AssignedToUser
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:CreatedBy
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:CatNumber
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchRequiredInputSet:VinNumber
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:lossStateActiveSearch
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:ClaimStatus
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:nwPolicyType
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:LossType
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:DateSearch:DateSearchRangeValue
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:DateSearch:DateSearchStartDate
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchOptionalInputSet:DateSearch:DateSearchEndDate
* ClaimSearch:ClaimSearchScreen:ClaimSearchDV:ClaimSearchAndResetInputSet:Search_act
* ClaimNewDocumentFromTemplateWorksheet:NewDocumentFromTemplateScreen:NewTemplateDocumentDV:CreateDocument
* ClaimNewDocumentFromTemplateWorksheet:NewDocumentFromTemplateScreen:NewTemplateDocumentDV:CreateDocument_act
* ClaimNewDocumentFromTemplateWorksheet:NewDocumentFromTemplateScreen:NewTemplateDocumentDV:ViewLink_link
* Login:LoginScreen:LoginDV:username
* NewSubmission:NewSubmissionScreen:ProductSettingsDV:DefaultBaseState## 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](https://discuss.newrelic.com) 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](../../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](https://hackerone.com/newrelic).
## License
newrelic-java-guidewire is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) 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.]