generated from newrelic-experimental/java-instrumentation-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from newrelic-experimental/iteration2
Iteration2
- Loading branch information
Showing
3 changed files
with
35 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,57 @@ | ||
<a href="https://opensource.newrelic.com/oss-category/#new-relic-experimental"><picture><source media="(prefers-color-scheme: dark)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/dark/Experimental.png"><source media="(prefers-color-scheme: light)" srcset="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Experimental.png"><img alt="New Relic Open Source experimental project banner." src="https://github.com/newrelic/opensource-website/raw/main/src/images/categories/Experimental.png"></picture></a> | ||
|
||
|
||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
|
||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
|
||
|
||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
 | ||
|
||
# New Relic Java Instrumentation for Oracle SOA Suite | ||
|
||
# [Project Name - use format "newrelic-java-<name>"] [build badges go here when available] | ||
|
||
>[Brief description - what is the project and value does it provide? How often should users expect to get releases? How is versioning set up? Where does this project want to go?] | ||
## Value | ||
|
||
|Metrics | Events | Logs | Traces | Visualization | Automation | | ||
|:-:|:-:|:-:|:-:|:-:|:-:| | ||
|:x:|:x:|:x:|:white_check_mark:|:x:|:x:| | ||
|
||
### List of Metrics,Events,Logs,Traces | ||
|Name | Type | Description | | ||
|:-:|:-:|:-:| | ||
|*metric.name* | Metric| *description*| | ||
|*event.name* | Event| *description*| | ||
|*log.name* | Log| *description*| | ||
|*trace.name*| Trace| *description* | ||
|---|---|---| | ||
|
||
Instrumentation for the Oracle Weblogic SOA Suite (https://www.oracle.com/middleware/technologies/soasuite.html). The instrumentation covers a number of the most frequently used components in the SOA Suite. | ||
|
||
## Installation | ||
|
||
> [Include a step-by-step procedure on how to get your code installed. Be sure to include any third-party dependencies that need to be installed separately] | ||
To install: | ||
1. Download the latest release jar files. | ||
2. In the New Relic Java directory (the one containing newrelic.jar), create a directory named extensions if it does not already exist. | ||
3. Copy the downloaded jars into the extensions directory. | ||
4. Restart the application. | ||
|
||
## Getting Started | ||
|
||
>[Simple steps to start working with the software similar to a "Hello World"] | ||
## Usage | ||
|
||
>[**Optional** - Include more thorough instructions on how to use the software. This section might not be needed if the Getting Started section is enough. Remove this section if it's not needed.] | ||
Once install the instrumentation will give greater visibility into components in the SOA Suite. | ||
|
||
## Building | ||
|
||
>[**Optional** - Include this section if users will need to follow specific instructions to build the software from source. Be sure to include any third party build dependencies that need to be installed separately. Remove this section if it's not needed.] | ||
## Testing | ||
|
||
>[**Optional** - Include instructions on how to run tests if we include tests with the codebase. Remove this section if it's not needed.] | ||
Building the extension requires that Gradle is installed. | ||
To build the extension jars from source, follow these steps: | ||
### Build single extension | ||
To build a single extension with name *extension*, do the following: | ||
1. Set an environment variable *NEW_RELIC_EXTENSIONS_DIR* and set its value to the directory where you want the jar file built. | ||
2. Run the command: gradlew *extension*:clean *extension*:install | ||
### Build all extensions | ||
To build all extensions, do the following: | ||
1. Set an environment variable *NEW_RELIC_EXTENSIONS_DIR* and set its value to the directory where you want the jar file built. | ||
2. Run the command: gradlew clean install | ||
## 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. | ||
|
||
>[Choose 1 of the 2 options below for Support details, and remove the other one.] | ||
>[Option 1 - no specific thread in Community] | ||
>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. | ||
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. | ||
|
||
>[Option 2 - thread in Community] | ||
>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: [URL for Community thread] | ||
|
||
## Contributing | ||
|
||
We encourage your contributions to improve [Project Name]! 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]. | ||
We encourage your contributions to improve New Relic Java Instrumentation for Oracle SOA Suite. 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** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters