All Projects → graylog-labs → Graylog Plugin Metrics

graylog-labs / Graylog Plugin Metrics

Licence: apache-2.0
Graylog output plugin for Graphite and Ganglia

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Graylog Plugin Metrics

Graylog Plugin Metrics Reporter
Graylog Metrics Reporter Plugins
Stars: ✭ 71 (+343.75%)
Mutual labels:  monitoring, metrics, graphite, graylog
Icinga2
Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
Stars: ✭ 1,670 (+10337.5%)
Mutual labels:  monitoring, metrics, graphite, graylog
Carbon Relay Ng
Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Stars: ✭ 429 (+2581.25%)
Mutual labels:  monitoring, metrics, graphite
Tessera
A dashboard front-end for graphite.
Stars: ✭ 1,202 (+7412.5%)
Mutual labels:  monitoring, metrics, graphite
Es Stats
ElasticSearch cluster metrics -> Graphite
Stars: ✭ 91 (+468.75%)
Mutual labels:  monitoring, metrics, graphite
Logmonitor
Monitoring log files on windows systems.
Stars: ✭ 23 (+43.75%)
Mutual labels:  monitoring, metrics, graphite
Metrictank
metrics2.0 based, multi-tenant timeseries store for Graphite and friends.
Stars: ✭ 574 (+3487.5%)
Mutual labels:  monitoring, metrics, graphite
Vsphere2metrics
VMware vSphere Performance Metrics Integration with Graphite & InfluxDB
Stars: ✭ 28 (+75%)
Mutual labels:  monitoring, metrics, graphite
Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+12312.5%)
Mutual labels:  monitoring, metrics, graphite
Icingaweb2 Module Grafana
Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
Stars: ✭ 190 (+1087.5%)
Mutual labels:  monitoring, metrics, graphite
Influxgraph
Graphite InfluxDB backend. InfluxDB storage finder / plugin for Graphite API.
Stars: ✭ 87 (+443.75%)
Mutual labels:  monitoring, metrics, graphite
Graphite exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Stars: ✭ 217 (+1256.25%)
Mutual labels:  monitoring, metrics, graphite
Polymur
A fast carbon-relay with live routing controls + https Graphite forwarder
Stars: ✭ 97 (+506.25%)
Mutual labels:  monitoring, metrics, graphite
Kenshin
Kenshin: A time-series database alternative to Graphite Whisper with 40x improvement in IOPS
Stars: ✭ 203 (+1168.75%)
Mutual labels:  monitoring, metrics, graphite
Hastic Server
Hastic data management server for analyzing patterns and anomalies from Grafana
Stars: ✭ 292 (+1725%)
Mutual labels:  monitoring, metrics, graphite
Influxdb
Scalable datastore for metrics, events, and real-time analytics
Stars: ✭ 22,577 (+141006.25%)
Mutual labels:  monitoring, metrics
Sitespeed.io
Sitespeed.io is an open source tool that helps you monitor, analyze and optimize your website speed and performance, based on performance best practices advices from the coach and collecting browser metrics using the Navigation Timing API, User Timings and Visual Metrics (FirstVisualChange, SpeedIndex & LastVisualChange).
Stars: ✭ 4,255 (+26493.75%)
Mutual labels:  monitoring, metrics
Prometheus
Kubernetes Setup for Prometheus and Grafana
Stars: ✭ 824 (+5050%)
Mutual labels:  monitoring, metrics
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+3393.75%)
Mutual labels:  monitoring, metrics
Inspectit
inspectIT is the leading Open Source APM (Application Performance Management) tool for analyzing your Java (EE) applications.
Stars: ✭ 513 (+3106.25%)
Mutual labels:  monitoring, metrics

Metrics Plugin for Graylog

Github Downloads GitHub Release Build Status

An output plugin for integrating Graphite, Ganglia and StatsD with Graylog.

Required Graylog version: 2.0 and later

Please use version 1.2.0 of this plugin if you run Graylog 1.x

Installation

Download the plugin and place the .jar file in your Graylog plugin directory. The plugin directory is the plugins/ folder relative from your graylog-server directory by default and can be configured in your graylog.conf file.

Restart graylog-server and you are done.

Build

This project is using Maven and requires Java 8 or higher.

You can build a plugin (JAR) with mvn package.

DEB and RPM packages can be build with mvn jdeb:jdeb and mvn rpm:rpm respectively.

Plugin Release

We are using the maven release plugin:

$ mvn release:prepare
[...]
$ mvn release:perform

This sets the version numbers, creates a tag and pushes to GitHub. TravisCI will build the release artifacts and upload to GitHub automatically.

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