Skip to content

papertrail/ostrich-riemann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ostrich-riemann

An ostrich reporter for riemann.

Usage

In kestrel:

import com.papertrailapp.ostrich._

new KestrelConfig {
  // ...

  admin.statsNodes = new StatsConfig {
    reporters = new RiemannStatsLoggerConfig(
      period = 1.second,          // default: 1.minute
      prefix = "kestrel",         // default: None
      host = "riemann01",         // default: localhost
      port = 4444,                // default: 5555
      localHostname = "kestrel01" // default: [local hostname]
    )
  }
}

About

Twitter Ostrich adapter to send to Riemann

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages