Skip to content

Commit

Permalink
feat(detectedFields): add parser to response
Browse files Browse the repository at this point in the history
  • Loading branch information
svennergr committed May 3, 2024
1 parent b05172b commit e1f9f30
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 178 deletions.
1 change: 1 addition & 0 deletions pkg/loghttp/detected.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ type DetectedField struct {
Label string `json:"label,omitempty"`
Type logproto.DetectedFieldType `json:"type,omitempty"`
Cardinality uint64 `json:"cardinality,omitempty"`
Parser string `json:"parser,omitempty"`
}
Loading

0 comments on commit e1f9f30

Please sign in to comment.