package
0.0.0-20210810054713-ea98ea767c41
Repository: https://github.com/faceair/victoriatraces.git
Documentation: pkg.go.dev

# Functions

GetSpanName returns a SpanName from pool.
MarshalBlock marshals b to dst.
MarshalMetricNameRaw marshals labels to dst and returns the result.
MarshalMetricRow marshals SpanRow data to dst and returns the result.
NewTagFilters returns new TagFilters for the given.
OpenStorage opens storage on the given path with the given retentionMsecs.
PutSpanName returns mn to the pool.
RegexpCacheMisses returns the number of cache misses for regexp cache.
RegexpCacheRequests returns the number of requests to regexp cache.
RegexpCacheSize returns the number of cached regexps for tag filters.
SetBigMergeWorkersCount sets the maximum number of concurrent mergers for big blocks.
SetFinalMergeDelay sets the delay before doing final merge for partitions without newly ingested data.
SetMaxLabelsPerTimeseries sets the limit on the number of labels per each time series.
SetSmallMergeWorkersCount sets the maximum number of concurrent mergers for small blocks.
UnmarshalBlock unmarshal Block from src to dst.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrDeadlineExceeded is returned when the request times out.
MetricsWithDroppedLabels is the number of metrics with at least a single dropped label.
TooLongLabelNames is the number of too long label names.
TooLongLabelValues is the number of too long label values.

# Structs

Block represents a block of time series values for a single TraceID.
BlockRef references a Block.
IndexDBMetrics contains essential metrics for indexDB.
Label is a timeseries label.
Metrics contains essential metrics for the Storage.
ScanRange is time range.
Search is a search for time series.
SearchQuery is used for sending search queries from vmselect to vmstorage.
SpanName reperesents a metric name.
SpanRow is a metric to insert into storage.
Storage represents TSDB storage.
TableMetrics contains essential metrics for the table.
Tag represents a (key, value) tag for metric.
TagEntry contains (tagName -> tagValues) mapping.
TagFilter represents a single tag filter from SearchQuery.
TagFilters represents filters used for filtering tags.

# Type aliases

No description provided by the author
No description provided by the author