Skip to content

jameshwc/Server-Metrics-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Metrics Exporter (for Prometheus)

Prometheus exporter for general server metrics (including CPU, memory, and disk usage)

Running (Docker)

$ export METRICS_PORT=7000
$ docker run -d -p $METRICS_PORT:80 jameshwc/server-metrics-exporter # localhost:$METRICS_PORT/metrics

Running (Build locally)

$ git clone https://github.com/jameshwc/Server-Metrics-Exporter
$ cd Server-Metrics-Exporter
$ go build -o app # Please change the port number if needed before build
$ ./app 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published