| 609 | } |
| 610 | |
| 611 | type WriteResponse struct { |
| 612 | Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` |
| 613 | Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` |
| 614 | // Samples represents X-Prometheus-Remote-Write-Written-Samples |
| 615 | Samples int64 `protobuf:"varint,3,opt,name=Samples,proto3" json:"Samples,omitempty"` |
| 616 | // Histograms represents X-Prometheus-Remote-Write-Written-Histograms |
| 617 | Histograms int64 `protobuf:"varint,4,opt,name=Histograms,proto3" json:"Histograms,omitempty"` |
| 618 | // Exemplars represents X-Prometheus-Remote-Write-Written-Exemplars |
| 619 | Exemplars int64 `protobuf:"varint,5,opt,name=Exemplars,proto3" json:"Exemplars,omitempty"` |
| 620 | } |
| 621 | |
| 622 | func (m *WriteResponse) Reset() { *m = WriteResponse{} } |
| 623 | func (*WriteResponse) ProtoMessage() {} |
nothing calls this directly
no outgoing calls
no test coverage detected