/wavefront-proxy

Wavefront Proxy Project

Primary LanguageJavaApache License 2.0Apache-2.0

Wavefront Proxy Project Build Status

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, 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 clean install -DskipTests

Contributing

Public contributions are always welcome. Please feel free to report issues or submit pull requests.