Skip to content

A service that aggregates Vitess statistics for Prometheus

License

Notifications You must be signed in to change notification settings

quizofkings/marco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marco

A service that aggregates Vitess statistics for Prometheus

Build Setup

# fetch dependencies using govendor
$ govendor sync
# build golang source code
$ cd go/marco && go build -o marco .

Usage

$ ./marco --port [http server port] --vtgate [vtgate address] --etcd [global etcd address] --cells [cell names to monitor]

Exported stats

Vttablet

exported vttablet stats are available at /vttablet and contian following statistics

  • total qps of tablet

Vtgate

  • Vtgate total time
  • Vtgate total count
  • count and time for all tablets in order to compute tablet latency

About

A service that aggregates Vitess statistics for Prometheus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages