package
0.0.0-20241113072534-4ea02956913a
Repository: https://github.com/forestyc/playground.git
Documentation: pkg.go.dev

# README

prometheus

import "github.com/forestyc/playground/pkg/prometheus"

func (j *job) Init() {
    // ...
    j.c = prometheus.NewCounter("name","help", "label1","label2")
    // ...
}

func (j *job) Run() {
    // ...
    j.c.Inc("value1", "value2")
    // ...
}

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author