Logo
Explore Help
Register Sign In
External/signoz
1
0
Fork 0
You've already forked signoz
mirror of https://github.com/SigNoz/signoz.git synced 2025-12-18 16:07:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
signoz/pkg/query-service/app/logparsingpipeline/error.go

9 lines
228 B
Go
Raw Normal View History

feat: JSON Flattening in logs pipelines (#8227) * feat: introducing JSON Flattening * fix: removed bug and tested * test: removed testing test * feat: additional severity levels, and some clearing * chore: minor changes * test: added tests for processJSONParser * test: added check for OnError * fix: review from ellipsis * fix: variablise max flattening depth * Update pkg/query-service/app/logparsingpipeline/pipelineBuilder.go Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update pkg/errors/errors.go Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * fix: quoted JSON strings fix * test: updating otel collector for testing * test: update collector's reference * chore: change with new error package * chore: set flattening depth equal to 1 * fix: fallback for depth * fix: change in errors package * fix: tests * fix: test * chore: update collector version * fix: go.sum --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2025-07-14 18:48:01 +05:30
package logparsingpipeline
import "github.com/SigNoz/signoz/pkg/errors"
var (
CodeInvalidOperatorType = errors.MustNewCode("operator_type_mismatch")
CodeFieldNilCheckType = errors.MustNewCode("operator_field_nil_check")
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 824ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API