type github.com/prometheus/client_golang/prometheus.SummaryVec
10 uses
github.com/prometheus/client_golang/prometheus (current package)
summary.go#L514: type SummaryVec struct {
summary.go#L524: func NewSummaryVec(opts SummaryOpts, labelNames []string) *SummaryVec {
summary.go#L536: return &SummaryVec{
summary.go#L567: func (v *SummaryVec) GetMetricWithLabelValues(lvs ...string) (Observer, error) {
summary.go#L587: func (v *SummaryVec) GetMetricWith(labels Labels) (Observer, error) {
summary.go#L599: func (v *SummaryVec) WithLabelValues(lvs ...string) Observer {
summary.go#L610: func (v *SummaryVec) With(labels Labels) Observer {
summary.go#L631: func (v *SummaryVec) CurryWith(labels Labels) (ObserverVec, error) {
summary.go#L634: return &SummaryVec{vec}, err
summary.go#L641: func (v *SummaryVec) MustCurryWith(labels Labels) ObserverVec {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |