# Packages
No description provided by the author
# Functions
NewOperationNamesStorage returns a new OperationNamesStorage.
NewServiceNamesStorage returns a new ServiceNamesStorage.
NewSpanReader returns a new SpanReader.
NewSpanWriter returns a SpanWriter.
TagFilter can be provided to filter any tags that should not be indexed.
# Variables
ErrDurationAndTagQueryNotSupported occurs when duration and tags are both set.
ErrDurationMinGreaterThanMax occurs when duration min is above duration max.
ErrMalformedRequestObject occurs when a request object is nil.
ErrServiceNameNotSet occurs when attempting to query with an empty service name.
ErrStartAndEndTimeNotSet occurs when start time and end time are not set.
ErrStartTimeMinGreaterThanMax occurs when start time min is above start time max.
# Structs
OperationNamesStorage stores known operation names by service.
Options control behavior of the writer.
ServiceNamesStorage stores known service names.
SpanReader can query for and load traces from Cassandra.
SpanWriter handles all writes to Cassandra for the Jaeger data model.
# Type aliases
Option is a function that sets some option on the writer.