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

Method GetMetric

pkg/ingester/client/ingester.pb.go:1132–1137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1130}
1131
1132func (m *MetricsMetadataRequest) GetMetric() string {
1133 if m != nil {
1134 return m.Metric
1135 }
1136 return ""
1137}
1138
1139type MetricsMetadataResponse struct {
1140 Metadata []*cortexpb.MetricMetadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"`

Calls

no outgoing calls