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

Struct WriteResponse

pkg/cortexpb/cortex.pb.go:611–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611type 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
622func (m *WriteResponse) Reset() { *m = WriteResponse{} }
623func (*WriteResponse) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected