Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeGauge string = "gauge" TypeRate string = "rate" TypeCount string = "count" )
Variables ¶
This section is empty.
Functions ¶
func HandleTracesPayload ¶
func HandleTracesPayload(req *http.Request) (tp []*pb.TracerPayload, err error)
Types ¶
type MetricsTranslator ¶
func NewMetricsTranslator ¶
func NewMetricsTranslator(buildInfo component.BuildInfo) *MetricsTranslator
func (*MetricsTranslator) TranslateSeriesV1 ¶
func (mt *MetricsTranslator) TranslateSeriesV1(series SeriesList) pmetric.Metrics
type SeriesList ¶
type StringPool ¶
func (*StringPool) Intern ¶
func (s *StringPool) Intern(str string) string
Click to show internal directories.
Click to hide internal directories.