package
0.20.2
Repository: https://github.com/axiomhq/axiom-go.git
Documentation: pkg.go.dev

# Constants

analytics.
apl.
apl_.
debug.
default_limit_warning.
error.
fatal.
info.
license_limit_for_query_warning.
missing_column.
and.
argmax.
argmin.
avg.
contains.
count.
distinct.
ends-with.
==.
exists.
>.
>=.
histogram.
<.
<=.
makelist.
makeset.
max.
min.
not.
not-contains.
not-ends-with.
!=.
not-exists.
not-regexp.
not-starts-with.
or.
percentiles.
regexp.
stdev.
starts-with.
sum.
topk.
unknown.
variance.
stream.
trace.
virtual_field_finalize_error.
warn.

# Structs

Aggregation performed as part of a query.
Entry
Entry is an event that matched a query and is thus part of the result set.
EntryGroup is a group of queried event.
EntryGroupAgg is an aggregation which is part of a group of queried events.
Filter applied as part of a query.
Interval is the interval of queried time series.
Message is a message associated with a query result.
Options specifies the optional parameters to the [axiom.DatasetsService.LegacyQuery] method.
Order specifies the order a queries result will be in.
A Projection is a field that is projected to the query result.
Query represents a query that gets executed on a dataset.
Result is the result of a query.
Status is the status of a query result.
Timeseries are queried time series.
A VirtualField is not part of a dataset and its value is derived from an expression.

# Type aliases

An AggregationOp can be applied on queries to aggregate based on different conditions.
A FilterOp can be applied on queries to filter based on different conditions.
Kind represents the role of a query.
MessageCode represents the code of a message associated with a query.
MessagePriority represents the priority of a message associated with a query.