All Projects → cloudinsight → Cloudinsight Agent

cloudinsight / Cloudinsight Agent

Licence: other
Cloudinsight Agent is a system tool that monitors system processes and services, and sends information back to your Cloudinsight account.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Cloudinsight Agent

Redis Timeseries
Future development of redis-timeseries is at github.com/RedisLabsModules/redis-timeseries.
Stars: ✭ 197 (-46.03%)
Mutual labels:  timeseries, statsd
Pystore
Fast data store for Pandas time-series data
Stars: ✭ 325 (-10.96%)
Mutual labels:  timeseries
dog-statsd
🐶 DataDog StatsD Client
Stars: ✭ 38 (-89.59%)
Mutual labels:  statsd
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (-20%)
Mutual labels:  timeseries
Gnocchi
Timeseries database
Stars: ✭ 264 (-27.67%)
Mutual labels:  timeseries
Skyline
Anomaly detection
Stars: ✭ 303 (-16.99%)
Mutual labels:  timeseries
Hurst-exponent-R-S-analysis-
Calculates the Hurst exponent of a time series based on Rescaled range (R/S) analysis.
Stars: ✭ 33 (-90.96%)
Mutual labels:  timeseries
Predictive Maintenance Using Lstm
Example of Multiple Multivariate Time Series Prediction with LSTM Recurrent Neural Networks in Python with Keras.
Stars: ✭ 352 (-3.56%)
Mutual labels:  timeseries
Gostatsd
An implementation of Etsy's statsd in Go with tags support
Stars: ✭ 312 (-14.52%)
Mutual labels:  statsd
Ydata Synthetic
Synthetic structured data generators
Stars: ✭ 288 (-21.1%)
Mutual labels:  timeseries
Statsd
Daemon for easy but powerful stats aggregation
Stars: ✭ 16,179 (+4332.6%)
Mutual labels:  statsd
Transformer
Implementation of Transformer model (originally from Attention is All You Need) applied to Time Series.
Stars: ✭ 273 (-25.21%)
Mutual labels:  timeseries
Cernan
telemetry aggregation and shipping, last up the ladder
Stars: ✭ 306 (-16.16%)
Mutual labels:  statsd
StatsdBundle
Symfony bundle proving a statsd service and smooth integration in sf2
Stars: ✭ 54 (-85.21%)
Mutual labels:  statsd
Statsd Php
a PHP client for statsd
Stars: ✭ 327 (-10.41%)
Mutual labels:  statsd
emqx-prometheus
EMQ X Statsd
Stars: ✭ 18 (-95.07%)
Mutual labels:  statsd
Tsstudio
Tools for time series analysis and forecasting
Stars: ✭ 283 (-22.47%)
Mutual labels:  timeseries
Deepdow
Portfolio optimization with deep learning.
Stars: ✭ 297 (-18.63%)
Mutual labels:  timeseries
Docker Statsd Influxdb Grafana
Docker Image with Telegraf (StatsD), InfluxDB and Grafana
Stars: ✭ 352 (-3.56%)
Mutual labels:  statsd
Deepadots
Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".
Stars: ✭ 335 (-8.22%)
Mutual labels:  timeseries

Cloudinsight Agent

Build Status Go Report Card codecov

中文版 README

Cloudinsight Agent is written in Go for collecting metrics from the system it's running on, or from other services, and sending them to Cloudinsight.

Building from source

To build Cloudinsight Agent from the source code yourself you need to have a working Go environment with version 1.7+.

$ mkdir -p $GOPATH/src/github.com/cloudinsight
$ cd $GOPATH/src/github.com/cloudinsight
$ git clone https://github.com/cloudinsight/cloudinsight-agent
$ cd cloudinsight-agent
$ make build

Usage

First you need to set a license key, which can be found at https://cloud.oneapm.com/#/settings.

$ cp cloudinsight-agent.conf.example cloudinsight-agent.conf
$ vi cloudinsight-agent.conf
...
license_key = "*********************"

Run the agent in foreground:

$ ./bin/cloudinsight-agent

For more options, see:

$ ./bin/cloudinsight-agent --help

Related works

I have been influenced by the following great works:

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