Skip to content

wavefrontHQ/wavefront-proxy

This branch is 11 commits ahead of, 14 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fb20d2 · Jul 26, 2024
Jul 27, 2023
Nov 13, 2020
Nov 15, 2023
Oct 27, 2022
Sep 7, 2022
Mar 7, 2024
Jul 26, 2024
Jun 22, 2020
Oct 16, 2023
Jun 10, 2022
Jan 26, 2017
Jun 12, 2023
Jul 6, 2023
Mar 7, 2024

Repository files navigation

Security Advisories

Wavefront proxy version 10.10 and earlier is impacted by a Log4j vulnerability — CVE-2021-44228. VMware Security Advisory (VMSA): CVE-2021-44228 – VMSA-2021-0028 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 is a high-performance streaming analytics platform for monitoring and optimizing your environment and applications.

The Wavefront Proxy 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 source code.

Please refer to the project page for further details.

To start developing

git clone https://github.com/wavefronthq/wavefront-proxy
cd wavefront-proxy
mvn -f proxy clean install -DskipTests

If 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.