Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
/ metric-insights Public archive

Gathering metrics from applications and stores them in ElasticSearch. Uses kibana to query and graph the metrics.

License

Notifications You must be signed in to change notification settings

ingarabr/metric-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metric-insights

Gathering metrics from applications and stores them in ElasticSearch. Uses kibana to query and graph the metrics. The metric data must be a json structure.

Create a single jar with dependencies:

mvn clean install -Ponejar

Configuration example:

http:
  rootPath: /service/*
defaultInterval: 60000
restFetchers:
  - host: http://localhost/metrics
    interval: 10000
    mapper: default|codahale_v3
    tags:
      application: metric-insight
      host: localhost
  - host: http://example/metrics

About

Gathering metrics from applications and stores them in ElasticSearch. Uses kibana to query and graph the metrics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages