type github.com/prometheus/client_model/go.Quantile
22 uses
github.com/prometheus/client_model/go (current package)
metrics.pb.go#L188: type Quantile struct {
metrics.pb.go#L196: func (m *Quantile) Reset() { *m = Quantile{} }
metrics.pb.go#L197: func (m *Quantile) String() string { return proto.CompactTextString(m) }
metrics.pb.go#L198: func (*Quantile) ProtoMessage() {}
metrics.pb.go#L199: func (*Quantile) Descriptor() ([]byte, []int) {
metrics.pb.go#L202: func (m *Quantile) XXX_Unmarshal(b []byte) error {
metrics.pb.go#L205: func (m *Quantile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
metrics.pb.go#L208: func (dst *Quantile) XXX_Merge(src proto.Message) {
metrics.pb.go#L211: func (m *Quantile) XXX_Size() int {
metrics.pb.go#L214: func (m *Quantile) XXX_DiscardUnknown() {
metrics.pb.go#L220: func (m *Quantile) GetQuantile() float64 {
metrics.pb.go#L227: func (m *Quantile) GetValue() float64 {
metrics.pb.go#L237: Quantile []*Quantile `protobuf:"bytes,3,rep,name=quantile" json:"quantile,omitempty"`
metrics.pb.go#L281: func (m *Summary) GetQuantile() []*Quantile {
metrics.pb.go#L578: proto.RegisterType((*Quantile)(nil), "io.prometheus.client.Quantile")
github.com/prometheus/client_golang/prometheus
summary.go#L292: qs := make([]*dto.Quantile, 0, len(s.objectives))
summary.go#L311: qs = append(qs, &dto.Quantile{
summary.go#L495: type quantSort []*dto.Quantile
summary.go#L663: qs := make([]*dto.Quantile, 0, len(s.quantiles))
summary.go#L669: qs = append(qs, &dto.Quantile{
github.com/prometheus/common/expfmt
text_parse.go#L421: &dto.Quantile{
 |
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. |