type github.com/prometheus/client_model/go.Summary
21 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L234: type Summary struct {
metrics.pb.go#L243: func (m *Summary) Reset() { *m = Summary{} }
metrics.pb.go#L244: func (m *Summary) String() string { return proto.CompactTextString(m) }
metrics.pb.go#L245: func (*Summary) ProtoMessage() {}
metrics.pb.go#L246: func (*Summary) Descriptor() ([]byte, []int) {
metrics.pb.go#L249: func (m *Summary) XXX_Unmarshal(b []byte) error {
metrics.pb.go#L252: func (m *Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
metrics.pb.go#L255: func (dst *Summary) XXX_Merge(src proto.Message) {
metrics.pb.go#L258: func (m *Summary) XXX_Size() int {
metrics.pb.go#L261: func (m *Summary) XXX_DiscardUnknown() {
metrics.pb.go#L267: func (m *Summary) GetSampleCount() uint64 {
metrics.pb.go#L274: func (m *Summary) GetSampleSum() float64 {
metrics.pb.go#L281: func (m *Summary) GetQuantile() []*Quantile {
metrics.pb.go#L430: Summary *Summary `protobuf:"bytes,4,opt,name=summary" json:"summary,omitempty"`
metrics.pb.go#L484: func (m *Metric) GetSummary() *Summary {
metrics.pb.go#L579: proto.RegisterType((*Summary)(nil), "io.prometheus.client.Summary")
github.com/prometheus/client_golang/prometheus
summary.go#L291: sum := &dto.Summary{}
summary.go#L473: sum := &dto.Summary{
summary.go#L662: sum := &dto.Summary{}
github.com/prometheus/common/expfmt
text_parse.go#L411: p.currentMetric.Summary = &dto.Summary{}
![]() |
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. |