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

Struct Sample

pkg/cortexpb/cortex.pb.go:794–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794type Sample struct {
795 Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
796 TimestampMs int64 `protobuf:"varint,2,opt,name=timestamp_ms,json=timestampMs,proto3" json:"timestamp_ms,omitempty"`
797}
798
799func (m *Sample) Reset() { *m = Sample{} }
800func (*Sample) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected