Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newrelic-experimental/newrelic-java-mqtt-hivemq
Java Instrumentation for HiveMQ client library (MQTT client)
https://github.com/newrelic-experimental/newrelic-java-mqtt-hivemq
hivemq hivemq-mqtt-client instrumentation java metrics mqtt nrlabs nrlabs-data nrlabs-java-verify nrlabs-odp observability-data trace
Last synced: 7 days ago
JSON representation
Java Instrumentation for HiveMQ client library (MQTT client)
- Host: GitHub
- URL: https://github.com/newrelic-experimental/newrelic-java-mqtt-hivemq
- Owner: newrelic-experimental
- License: apache-2.0
- Created: 2021-02-22T16:59:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T09:11:52.000Z (about 1 month ago)
- Last Synced: 2024-12-20T10:22:56.848Z (about 1 month ago)
- Topics: hivemq, hivemq-mqtt-client, instrumentation, java, metrics, mqtt, nrlabs, nrlabs-data, nrlabs-java-verify, nrlabs-odp, observability-data, trace
- Language: Java
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 13
- 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-mqtt-hivemq?style=social)
![GitHub stars](https://img.shields.io/github/stars/newrelic-experimental/newrelic-java-mqtt-hivemq?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/newrelic-experimental/newrelic-java-mqtt-hivemq?style=social)![GitHub all releases](https://img.shields.io/github/downloads/newrelic-experimental/newrelic-java-mqtt-hivemq/total)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/newrelic-experimental/newrelic-java-mqtt-hivemq)
![GitHub last commit](https://img.shields.io/github/last-commit/newrelic-experimental/newrelic-java-mqtt-hivemq)
![GitHub Release Date](https://img.shields.io/github/release-date/newrelic-experimental/newrelic-java-mqtt-hivemq)![GitHub issues](https://img.shields.io/github/issues/newrelic-experimental/newrelic-java-mqtt-hivemq)
![GitHub issues closed](https://img.shields.io/github/issues-closed/newrelic-experimental/newrelic-java-mqtt-hivemq)
![GitHub pull requests](https://img.shields.io/github/issues-pr/newrelic-experimental/newrelic-java-mqtt-hivemq)
![GitHub pull requests closed](https://img.shields.io/github/issues-pr-closed/newrelic-experimental/newrelic-java-mqtt-hivemq)# New Relic Java instrumentation for HiveMQ
Provides instrumentation for publish and subscribe methods to Hive MQ. The instrumentation will provide these as Messages in the New Relic UI.
## Installation
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.]
## 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.]
## 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.>[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].
**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
[Project Name] is licensed under the [Apache 2.0](http://apache.org/licenses/LICENSE-2.0.txt) License.
>[If applicable: [Project Name] 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.]