Documentation ¶
Index ¶
- func FieldsForHits(columns []logstorage.BlockColumn, rowIdx int) string
- func HitsSeries(m map[string]*hitsSeries) string
- func JSONRow(columns []logstorage.BlockColumn, rowIdx int) string
- func JSONRows(rows [][]logstorage.Field) string
- func ProcessFieldNamesRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessFieldValuesRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessHitsRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessLiveTailRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessQueryRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessStreamFieldNamesRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessStreamFieldValuesRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessStreamIDsRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func ProcessStreamsRequest(ctx context.Context, w http.ResponseWriter, r *http.Request)
- func StreamFieldsForHits(qw422016 *qt422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
- func StreamHitsSeries(qw422016 *qt422016.Writer, m map[string]*hitsSeries)
- func StreamJSONRow(qw422016 *qt422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
- func StreamJSONRows(qw422016 *qt422016.Writer, rows [][]logstorage.Field)
- func StreamValuesWithHitsJSON(qw422016 *qt422016.Writer, values []logstorage.ValueWithHits)
- func ValuesWithHitsJSON(values []logstorage.ValueWithHits) string
- func WriteFieldsForHits(qq422016 qtio422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
- func WriteHitsSeries(qq422016 qtio422016.Writer, m map[string]*hitsSeries)
- func WriteJSONRow(qq422016 qtio422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
- func WriteJSONRows(qq422016 qtio422016.Writer, rows [][]logstorage.Field)
- func WriteValuesWithHitsJSON(qq422016 qtio422016.Writer, values []logstorage.ValueWithHits)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldsForHits ¶ added in v1.97.7
func FieldsForHits(columns []logstorage.BlockColumn, rowIdx int) string
func HitsSeries ¶ added in v1.97.7
func JSONRow ¶
func JSONRow(columns []logstorage.BlockColumn, rowIdx int) string
func JSONRows ¶
func JSONRows(rows [][]logstorage.Field) string
func ProcessFieldNamesRequest ¶ added in v1.97.7
ProcessFieldNamesRequest handles /select/logsql/field_names request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-names
func ProcessFieldValuesRequest ¶ added in v1.97.7
ProcessFieldValuesRequest handles /select/logsql/field_values request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-field-values
func ProcessHitsRequest ¶ added in v1.97.7
ProcessHitsRequest handles /select/logsql/hits request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-hits-stats
func ProcessLiveTailRequest ¶ added in v1.97.7
ProcessLiveTailRequest processes live tailing request to /select/logsq/tail
func ProcessQueryRequest ¶
ProcessQueryRequest handles /select/logsql/query request.
See https://docs.victoriametrics.com/victorialogs/querying/#http-api
func ProcessStreamFieldNamesRequest ¶ added in v1.97.7
ProcessStreamFieldNamesRequest processes /select/logsql/stream_field_names request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-stream-field-names
func ProcessStreamFieldValuesRequest ¶ added in v1.97.7
ProcessStreamFieldValuesRequest processes /select/logsql/stream_field_values request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-stream-field-values
func ProcessStreamIDsRequest ¶ added in v1.97.7
ProcessStreamIDsRequest processes /select/logsql/stream_ids request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-stream_ids
func ProcessStreamsRequest ¶ added in v1.97.7
ProcessStreamsRequest processes /select/logsql/streams request.
See https://docs.victoriametrics.com/victorialogs/querying/#querying-streams
func StreamFieldsForHits ¶ added in v1.97.7
func StreamFieldsForHits(qw422016 *qt422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
func StreamHitsSeries ¶ added in v1.97.7
func StreamJSONRow ¶
func StreamJSONRow(qw422016 *qt422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
func StreamJSONRows ¶
func StreamJSONRows(qw422016 *qt422016.Writer, rows [][]logstorage.Field)
func StreamValuesWithHitsJSON ¶ added in v1.97.7
func StreamValuesWithHitsJSON(qw422016 *qt422016.Writer, values []logstorage.ValueWithHits)
func ValuesWithHitsJSON ¶ added in v1.97.7
func ValuesWithHitsJSON(values []logstorage.ValueWithHits) string
func WriteFieldsForHits ¶ added in v1.97.7
func WriteFieldsForHits(qq422016 qtio422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
func WriteHitsSeries ¶ added in v1.97.7
func WriteHitsSeries(qq422016 qtio422016.Writer, m map[string]*hitsSeries)
func WriteJSONRow ¶
func WriteJSONRow(qq422016 qtio422016.Writer, columns []logstorage.BlockColumn, rowIdx int)
func WriteJSONRows ¶
func WriteJSONRows(qq422016 qtio422016.Writer, rows [][]logstorage.Field)
func WriteValuesWithHitsJSON ¶ added in v1.97.7
func WriteValuesWithHitsJSON(qq422016 qtio422016.Writer, values []logstorage.ValueWithHits)
Types ¶
This section is empty.