All Projects → wavefrontHQ → wavefront-proxy

wavefrontHQ / wavefront-proxy

Licence: Apache-2.0 license
Wavefront Proxy Project

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to wavefront-proxy

go-metrics-wavefront
Wavefront plugin for go-metrics
Stars: ✭ 12 (-73.33%)
Mutual labels:  time-series, wavefront
AC-VRNN
PyTorch code for CVIU paper "AC-VRNN: Attentive Conditional-VRNN for Multi-Future Trajectory Prediction"
Stars: ✭ 21 (-53.33%)
Mutual labels:  time-series
AI4Water
framework for developing machine (and deep) learning models for structured data
Stars: ✭ 35 (-22.22%)
Mutual labels:  time-series
DataScience ArtificialIntelligence Utils
Examples of Data Science projects and Artificial Intelligence use cases
Stars: ✭ 302 (+571.11%)
Mutual labels:  time-series
wv
⏰ This R package provides the tools to perform standard and robust wavelet variance analysis for time series (signal processing). Among others, aside from computing the wavelet variance and cross-covariance (classic and robust), the package provides inference tools (e.g. confidence intervals) and plotting tools allowing to perform some visual an…
Stars: ✭ 14 (-68.89%)
Mutual labels:  time-series
mtss-gan
MTSS-GAN: Multivariate Time Series Simulation with Generative Adversarial Networks (by @firmai)
Stars: ✭ 77 (+71.11%)
Mutual labels:  time-series
TSception
PyTorch implementation of TSception
Stars: ✭ 52 (+15.56%)
Mutual labels:  time-series
Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+60%)
Mutual labels:  time-series
openPDC
Open Source Phasor Data Concentrator
Stars: ✭ 109 (+142.22%)
Mutual labels:  time-series
covid19-time-series-utilities
several utilities to help wrangle COVID-19 data into a time-series format
Stars: ✭ 34 (-24.44%)
Mutual labels:  time-series
sktime-tutorial-pydata-amsterdam-2020
Introduction to Machine Learning with Time Series at PyData Festival Amsterdam 2020
Stars: ✭ 115 (+155.56%)
Mutual labels:  time-series
obj2usdz
🦖 obj2usdz, convert .OBJ files to .USDZ on iOS
Stars: ✭ 56 (+24.44%)
Mutual labels:  wavefront
AutoTS
Automated Time Series Forecasting
Stars: ✭ 665 (+1377.78%)
Mutual labels:  time-series
ForestCoverChange
Detecting and Predicting Forest Cover Change in Pakistani Areas Using Remote Sensing Imagery
Stars: ✭ 23 (-48.89%)
Mutual labels:  time-series
sentometrics
An integrated framework in R for textual sentiment time series aggregation and prediction
Stars: ✭ 77 (+71.11%)
Mutual labels:  time-series
gorilla
An effective time-series data compression/decompression method based on Facebook's Gorilla.
Stars: ✭ 51 (+13.33%)
Mutual labels:  time-series
spring-petclinic-cloud
Fork of the Spring Cloud Microservices project packaged to be deployed on several Cloud platforms: Kubernetes and Cloud Foundry
Stars: ✭ 106 (+135.56%)
Mutual labels:  wavefront
go-time-series
Time series implementation in Go
Stars: ✭ 27 (-40%)
Mutual labels:  time-series
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (+660%)
Mutual labels:  time-series
awesome-Python-data-science-books
Probably the best curated list of data science books in Python
Stars: ✭ 331 (+635.56%)
Mutual labels:  time-series

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].