Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/newrelic-java-tibco-bpm
https://github.com/newrelic-experimental/newrelic-java-tibco-bpm
bpm instrumentation java nrlabs nrlabs-data nrlabs-odp observability-data tibco
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/newrelic-experimental/newrelic-java-tibco-bpm
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2023-01-04T16:58:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T08:24:12.000Z (about 1 year ago)
- Last Synced: 2024-04-16T19:00:33.958Z (7 months ago)
- Topics: bpm, instrumentation, java, nrlabs, nrlabs-data, nrlabs-odp, observability-data, tibco
- Language: Java
- Size: 13 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub forks](https://img.shields.io/github/forks/newrelic-experimental/newrelic-java-tibco-bpm?style=social)
![GitHub stars](https://img.shields.io/github/stars/newrelic-experimental/newrelic-java-tibco-bpm?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/newrelic-experimental/newrelic-java-tibco-bpm?style=social)![GitHub all releases](https://img.shields.io/github/downloads/newrelic-experimental/newrelic-java-tibco-bpm/total)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/newrelic-experimental/newrelic-java-tibco-bpm)
![GitHub last commit](https://img.shields.io/github/last-commit/newrelic-experimental/newrelic-java-tibco-bpm)
![GitHub Release Date](https://img.shields.io/github/release-date/newrelic-experimental/newrelic-java-tibco-bpm)![GitHub issues](https://img.shields.io/github/issues/newrelic-experimental/newrelic-java-tibco-bpm)
![GitHub issues closed](https://img.shields.io/github/issues-closed/newrelic-experimental/newrelic-java-tibco-bpm)
![GitHub pull requests](https://img.shields.io/github/issues-pr/newrelic-experimental/newrelic-java-tibco-bpm)
![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/newrelic-experimental/newrelic-java-tibco-bpm)# New Relic Java Instrumentation for Tibco BPM
Provides instrumentation for the Tibco BPM product
## Installation
1. Download the lastest release
2. Extract the jars from the archive
3. Copy the jars into the extensions directory of the New Relic Java Agent. Create the directory if it does not exist.
4. Restart the application.## Getting Started
Requires gradle installed.
Run the following to build agent dependencies.
gradle checkForDependencies.## Building
Set the environment variable NEW_RELIC_EXTENSIONS_DIR to the directory where you want to build the extensions
To build all extensions, run
gradle clean installTo build a particular extension, run the following where *project* is the extension to build
gradle *project*:clean *project*:install.**Example**
gradle tibco-amf-soap:clean tibco-amf-soap:install## Testing
Not Supported.
## 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.
## Contributing
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.
**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
New Relic Java Instrumentation for Tibco BPM is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License.