type github.com/prometheus/common/model.Metric
27 uses
github.com/prometheus/common/model (current package)
metric.go#L32: type Metric LabelSet
metric.go#L35: func (m Metric) Equal(o Metric) bool {
metric.go#L40: func (m Metric) Before(o Metric) bool {
metric.go#L45: func (m Metric) Clone() Metric {
metric.go#L46: clone := make(Metric, len(m))
metric.go#L53: func (m Metric) String() string {
metric.go#L79: func (m Metric) Fingerprint() Fingerprint {
metric.go#L85: func (m Metric) FastFingerprint() Fingerprint {
signature.go#L100: func SignatureForLabels(m Metric, labels ...LabelName) uint64 {
signature.go#L120: func SignatureWithoutLabels(m Metric, labels map[LabelName]struct{}) uint64 {
value.go#L114: Metric Metric `json:"metric"`
value.go#L146: Metric Metric `json:"metric"`
value.go#L162: Metric Metric `json:"metric"`
value.go#L224: Metric Metric `json:"metric"`
github.com/prometheus/common/expfmt
decode.go#L217: Metric: model.Metric(lset),
decode.go#L248: Metric: model.Metric(lset),
decode.go#L279: Metric: model.Metric(lset),
decode.go#L318: Metric: model.Metric(lset),
decode.go#L331: Metric: model.Metric(lset),
decode.go#L343: Metric: model.Metric(lset),
decode.go#L380: Metric: model.Metric(lset),
decode.go#L393: Metric: model.Metric(lset),
decode.go#L405: Metric: model.Metric(lset),
decode.go#L421: Metric: model.Metric(lset),
 |
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. |