Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Shopify/presto_metrico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presto Metrico

A small daemon process which runs and collects JMX metrics from a Presto Coordinator and submits to a statsd server (DataDog). Stats are submitted every 15s by default. Not all JMX attributes are captured since they don't directly translate into a metric. For example, Presto, Java environment settings, and flags which cannot be converted to a datadog metric. The list of metrics being captured, is for the moment, hard coded in metrics.go.

Presto Metrico  - Collect and send Presto Metrics to datadog

OPTIONS:
-s
The coordinator node we are going to pull metrics from
-d
The uri for the statsd client. Defaults to 127.0.0.1:8125
-t
The time in secs between sending metrics

About

Send Presto DB stats to DataDog

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Shell 0.4%