Skip to content

Commit

Permalink
cleanup, temporary remove docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Feb 13, 2024
1 parent 6ecc038 commit 8d1863b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 77 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/docs.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions pkg/plugin/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

const (
// VictoriaLogs field types
messageField = "_msg"
streamField = "_stream"
timeField = "_time"
Expand All @@ -26,6 +27,8 @@ const (
// It represents victoria logs response
type Response map[string]string

// parseStreamResponse reads data from the reader and collects
// fields and frame with necessary information
func parseStreamResponse(reader io.Reader) backend.DataResponse {

labelsField := data.NewFieldFromFieldType(data.FieldTypeJSON, 0)
Expand Down

0 comments on commit 8d1863b

Please sign in to comment.