Skip to content

inuits/hazelcast_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

hazelcastUrl: 127.0.0.1:5780
hazelcastClusterName: group-1
hazelcastClusterPassword: password-1
hazelcastMaps:
- tokens

Installation

go get -u github.com/golang/dep/cmd/dep
dep ensure
go get -u github.com/inuits/hazelcast_exporter

Metrics

hazelcast_up

1 or 0 wether the connection to hazelcast is successful.

hazelcast_members

Number of members in the hazelcast cluster.

hazelcast_map_items

Number of items in a specific map.

Known bugs

This program is crashing because of hazelcast/hazelcast-go-client#242.

About

A Prometheus exporter for Hazelcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages