Skip to content

metonymic-smokey/prom-instrumentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom-exporter

Repo for learning how to export Prometheus metrics. This contains the complete code of the snippets in this dev.to article.

Instructions to run:

  • Have Prometheus running on port 9090 and make sure port 2112 is not in use.
  • Async exporter: go run async.go temp.go.
  • Sync exporter: go run sync.go temp.go.

About

Repo for learning how to implement Prometheus instrumentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages