Versions in this module Expand all Collapse all v14 v14.2.0 May 9, 2022 Changes in this version + type MetricIngester interface + IngestMetrics func([]*metricpb.Metric) + type Option func(*options) + func WithTraceClient(c *trace.Client) Option + type Server struct + func New(address string, metricOuts []MetricIngester, logger *logrus.Entry, ...) *Server + func (s *Server) Name() string + func (s *Server) SendMetrics(ctx context.Context, mlist *forwardrpc.MetricList) (*empty.Empty, error) + func (s *Server) SendMetricsV2(server forwardrpc.Forward_SendMetricsV2Server) error + func (s *Server) Start(ingest sources.Ingest) error + func (s *Server) Stop()