Skip to content

jensschulze/datacollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datacollector

Push data via UDP (port 8080). Pull pushed data via GET /metrics (port 9090)

This is just a proof of concept atm!

Build

go mod download # get the dependencies
go build -o bin/datacollector

Example

Run datacollector

bin/datacollector

Send stuff via UDP

nc -u 127.0.0.1 8080

Get the stuff

curl 127.0.0.1:9090/metrics

About

Super simple Prometheus UDP data collector

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages