Skip to content

Commit 56671b8

Browse files
committed
feat(detectedFields): add parser to response
1 parent b05172b commit 56671b8

File tree

4 files changed

+246
-178
lines changed

4 files changed

+246
-178
lines changed

pkg/loghttp/detected.go

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ type DetectedField struct {
1111
Label string `json:"label,omitempty"`
1212
Type logproto.DetectedFieldType `json:"type,omitempty"`
1313
Cardinality uint64 `json:"cardinality,omitempty"`
14+
Parser string `json:"parser,omitempty"`
1415
}

0 commit comments

Comments
 (0)