https://github.com/wavefronthq/wavefront-proxy
Wavefront Proxy Project
https://github.com/wavefronthq/wavefront-proxy
java metrics monitoring time-series wavefront
Last synced: about 2 months ago
JSON representation
Wavefront Proxy Project
- Host: GitHub
- URL: https://github.com/wavefronthq/wavefront-proxy
- Owner: wavefrontHQ
- License: apache-2.0
- Created: 2015-08-27T02:11:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T14:57:12.000Z (8 months ago)
- Last Synced: 2025-04-12T06:19:02.857Z (about 2 months ago)
- Topics: java, metrics, monitoring, time-series, wavefront
- Language: Java
- Homepage:
- Size: 7.33 MB
- Stars: 49
- Watchers: 34
- Forks: 144
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Security Advisories
Wavefront proxy version 10.10 and earlier is impacted by a Log4j vulnerability — [CVE-2021-44228](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q). VMware Security Advisory (VMSA): CVE-2021-44228 – [VMSA-2021-0028](https://blogs.vmware.com/security/2021/12/vmsa-2021-0028-log4j-what-you-need-to-know.html) discusses this vulnerability and its impact on VMware products.
### Patches
Wavefront proxy version 10.11 and later use a version of Log4j that addresses this vulnerability.-----
# Wavefront Proxy Project
[Wavefront](https://docs.wavefront.com/) is a high-performance streaming analytics platform for monitoring and optimizing your environment and applications.
The [Wavefront Proxy](https://docs.wavefront.com/proxies.html) is a light-weight Java application that you send your metrics, histograms, logs, and trace data to. It handles batching and transmission of your data to the Wavefront service in a secure, fast, and reliable manner.
## Requirements
* Java 8, 9, 10 or 11 (11 recommended)
* Maven## Overview
* pkg: Build and runtime packaging for the Wavefront proxy.
* proxy: [Wavefront Proxy](https://docs.wavefront.com/proxies.html) source code.Please refer to the [project page](https://github.com/wavefrontHQ/wavefront-proxy/tree/master/proxy) for further details.
## To start developing
```bash
git clone https://github.com/wavefronthq/wavefront-proxy
cd wavefront-proxy
mvn -f proxy clean install -DskipTestsIf you want to skip code formatting during build use:
mvn -f proxy clean install -DskipTests -DskipFormatCode
```## Contributing
Public contributions are always welcome. Please feel free to report issues or submit pull requests.