inuits/hazelcast_exporter

Name: hazelcast_exporter

Owner: Inuits

Description: A Prometheus exporter for Hazelcast

Created: 2018-04-21 09:29:34.0

Updated: 2018-04-21 09:40:16.0

Pushed: 2018-04-21 09:40:15.0

Homepage: null

Size: 3

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

hazelcast_exporter

A prometheus exporter for Hazelcast IMDG.

Usage

hazelcast_exporter --listen :8080 --config hazelcast.yml

Then, point your Prometheus server to :8080/metrics.

Configuration
lcastUrl: 127.0.0.1:5780
lcastGroupName: group-1
lcastGroupPassword: password-1
lcastMaps:
kens
Installation
et -u github.com/golang/dep/cmd/dep
ensure
et -u github.com/inuits/hazelcast_exporter
Metrics
lcast_up

1 or 0 wether the connection to hazelcast is successful.

lcast_members

Number of members in the hazelcast cluster.

lcast_map_items

Number of items in a specific map.

Known bugs

This program is crashing because of https://github.com/hazelcast/hazelcast-go-client/issues/242.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.