| 1119 | } |
| 1120 | |
| 1121 | type Histogram_CountInt struct { |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected