Skip to content

Instantly share code, notes, and snippets.

View jiekun's full-sized avatar
🔭
Hello Observability

Zhu Jiekun jiekun

🔭
Hello Observability
View GitHub Profile
package main
import (
"github.com/VictoriaMetrics/metrics"
"net/http"
"time"
)
var (
fooHistogram = metrics.NewHistogram(`test_histogram_seconds{label_1="foo"}`)