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

microsoftarchive/libratini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

config := libratini.Config{
  Collate: 100,
  Prefix:  "my-awesome-service",
  Source:  "this-machine's hostname",
  Token:   "librato access token",
  User:    "librato user email"
}
handler := martini.Classic()
handler.Use(libratini.Middleware(config))

About

martini middleware for reporting request count & timings to librato

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages