Skip to content

Simple library to automate prometheus metrics serving.

License

Notifications You must be signed in to change notification settings

Dalee/prom-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prom init

Simple library to automate prometheus metrics serving.

Example:

package main

import (
	_ "github.com/Dalee/prom-init"
	"time"
)

func main() {
	time.Sleep(time.Second * 100)
}

Now you have a running prometheus on :7070.