MCPcopy Create free account
hub / github.com/cortexproject/cortex / Histogram_CountFloat

Struct Histogram_CountFloat

pkg/cortexpb/cortex.pb.go:1124–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122 CountInt uint64 `protobuf:"varint,1,opt,name=count_int,json=countInt,proto3,oneof"`
1123}
1124type Histogram_CountFloat struct {
1125 CountFloat float64 `protobuf:"fixed64,2,opt,name=count_float,json=countFloat,proto3,oneof"`
1126}
1127type Histogram_ZeroCountInt struct {
1128 ZeroCountInt uint64 `protobuf:"varint,6,opt,name=zero_count_int,json=zeroCountInt,proto3,oneof"`
1129}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected