Skip to content

owl-plugins/prom2owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom2owl

A tool to convert prometheus data format to owl.

Usage

Installing and building:

$ go get github.com/owl-plugins/prom2owl

Running:

$ prom2owl http://my-prometheus-client.example.org:8080/metrics

Running with TLS client authentication:

$ prom2owl -cert=/path/to/certificate -key=/path/to/key http://my-prometheus-client.example.org:8080/metrics

Running with custom labels:

$ prom2owl -labels tagk1=tagv1,tagk2=tagv2 http://my-prometheus-client.example.org:8080/metrics

About

A tool to convert prometheus data format to owl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages