Skip to content

buryilmaz/hazelcast-grafana-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

hazelcast-grafana-dashboard

Shows Hazelcast Community, Hazelcast JVM and usage metrics

PROMETHEUS_PORT

The port of the JMX Prometheus agent. For example, if you set PROMETHEUS_PORT=8080, then you can access metrics at: http://:8080/metrics. You can also use PROMETHEUS_CONFIG to set a path to the custom configuration.

docker env:

 -e PROMETHEUS_PORT=8080
 -p 8080:8080 

prometheus.yaml:

- job_name: 'hazelcast'
  scrape_interval: 10s
  static_configs:
  - targets: ['IP_ADRESS:8080']

About

Shows Hazelcast Community, Hazelcast JVM and usage metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published