Skip to content

ktf/riemannq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Dead simple query tool for Riemann.

Outputs JSON for easy slicing and dicing with tools like jq.

Usage

riemannq -s your.riemann.server:5555 -q 'tagged = "cpu"'

riemannq -q 'tagged = "io"' | jq '.[] | {Host, Service, Metric}'

About

Simple riemann query tool written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%