Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 249 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 249 Bytes

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.