All Projects → mackerelio → Mackerel Agent Plugins

mackerelio / Mackerel Agent Plugins

Licence: apache-2.0
Plugins for mackerel-agent

Programming Languages

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

Labels

Projects that are alternatives of or similar to Mackerel Agent Plugins

Tobs
tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with a CLI tool or Helm charts.
Stars: ✭ 186 (-16.59%)
Mutual labels:  metrics
Prometheus Book
Prometheus操作指南
Stars: ✭ 2,637 (+1082.51%)
Mutual labels:  metrics
Mprove
Open source Business Intelligence tool 🎉
Stars: ✭ 212 (-4.93%)
Mutual labels:  metrics
Ck
Code metrics for Java code by means of static analysis
Stars: ✭ 187 (-16.14%)
Mutual labels:  metrics
Sdk
Library for using Grafana' structures in Go programs and client for Grafana REST API.
Stars: ✭ 193 (-13.45%)
Mutual labels:  metrics
Perfume.js
Web performance library for measuring all User-centric performance metrics
Stars: ✭ 2,533 (+1035.87%)
Mutual labels:  metrics
Spf4j
Simple performance framework for java
Stars: ✭ 184 (-17.49%)
Mutual labels:  metrics
Snmpcollector
A full featured Generic SNMP data collector with Web Administration Interface for InfluxDB
Stars: ✭ 216 (-3.14%)
Mutual labels:  metrics
Sematext Agent Docker
Sematext Docker Agent - host + container metrics, logs & event collector
Stars: ✭ 194 (-13%)
Mutual labels:  metrics
Ssl exporter
Exports Prometheus metrics for SSL certificates
Stars: ✭ 211 (-5.38%)
Mutual labels:  metrics
Anode
Utility for analyzing graphite metrics. Experimental package.
Stars: ✭ 188 (-15.7%)
Mutual labels:  metrics
Icingaweb2 Module Grafana
Grafana module for Icinga Web 2 (supports InfluxDB & Graphite)
Stars: ✭ 190 (-14.8%)
Mutual labels:  metrics
Aliyun Exporter
Prometheus exporter for Alibaba Cloud Monitor
Stars: ✭ 210 (-5.83%)
Mutual labels:  metrics
Bigquery Grafana
Google BigQuery Datasource Plugin for Grafana.
Stars: ✭ 188 (-15.7%)
Mutual labels:  metrics
Prometheus Net.dotnetruntime
Exposes .NET core runtime metrics (GC, JIT, lock contention, thread pool) using the prometheus-net package
Stars: ✭ 214 (-4.04%)
Mutual labels:  metrics
Myperf4j
High performance Java APM. Powered by ASM. Try it. Test it. If you feel its better, use it.
Stars: ✭ 2,281 (+922.87%)
Mutual labels:  metrics
Kenshin
Kenshin: A time-series database alternative to Graphite Whisper with 40x improvement in IOPS
Stars: ✭ 203 (-8.97%)
Mutual labels:  metrics
Graphite exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Stars: ✭ 217 (-2.69%)
Mutual labels:  metrics
Docker Traefik Prometheus
A Docker Swarm Stack for monitoring Traefik with Promethues and Grafana
Stars: ✭ 215 (-3.59%)
Mutual labels:  metrics
Javamelody
JavaMelody : monitoring of JavaEE applications
Stars: ✭ 2,486 (+1014.8%)
Mutual labels:  metrics

mackerel-agent-plugins Build Status

This is the official plugin pack for mackerel-agent, a piece of software which is installed on your hosts to collect metrics and events and send them to Mackerel.

Detailed specs of plugins can be viewed here: ENG mackerel-agent specifications, JPN mackerel-agent 仕様.

Documentation for each plugin is located in its respective sub directory.

Installation

Install mackerel-agent

ENG https://mackerel.io/docs/entry/howto/install-agent JPN https://mackerel.io/ja/docs/entry/howto/install-agent

If the mackerel-agent has already be installed this step can be ignored.

Install mackerel-agent-plugins

Install the plugin pack from either the yum or the apt repository. To setup these package repositories, see the documentation regarding the installation of mackerel-agent (rpm / deb).

mackerel-agent-plugins will be installed to /usr/bin/mackerel-plugin-* (and some plugins are symlinked as /usr/local/bin/mackerel-plugin-*, for backward compatibility.).

yum

yum install mackerel-agent-plugins

apt

apt-get install mackerel-agent-plugins

Caution

Some plugins may not work on CentOS/RedHat 5 because the golang compiler (gc) doesn't support the old kernel. (https://golang.org/doc/install)

Some plugins are not contained in rpm and deb packages. If you want to use them, build them.

Contribution

License

Copyright 2014 Hatena Co., Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].