Versions in this module Expand all Collapse all v0 v0.1.0 Mar 2, 2023 Changes in this version + func GetIndexNamePrefixFromApiKey(apikey string) + func InsertBulk(es *elasticsearch.Client, spans []CustomSpan) error + type CustomSpan struct + ActivityId string + Duration time.Duration + Kind int + ParentId *string + SourceName string + SpanId string + Status string + Tags map[string]interface{} + Timestamp time.Time + TraceId string + type Exporter struct + func New(hosts []string, apiKey string, maxBatchSize int, verbose bool, interval int) (*Exporter, error) + func (e *Exporter) ExportSpans(ctx context.Context, spans []trace.ReadOnlySpan) error + func (e *Exporter) Shutdown(ctx context.Context) error