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