Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 603 Bytes

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]
    )
  }
}