Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Aug 16, 2024
1 parent 9404ade commit e0ec95a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
## next release
### Breaking
### Features
### Improvements

* `pre_detector` now normalizes timestamps with configurable parameters timestamp_field, source_formats, source_timezone and target_timezone
* `pre_detector` now normalizes timestamps with configurable parameters timestamp_field, source_format, source_timezone and target_timezone
* `pre_detector` now writes tags in failure cases
* `ProcessingWarnings` now can write `tags` to the event

### Improvements
### Bugfix

* remove redundant chart features for mounting secrets
Expand Down
1 change: 1 addition & 0 deletions logprep/processor/pre_detector/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class Config(Rule.Config): # pylint: disable=too-many-instance-attributes
failure_tags: list = field(
validator=validators.instance_of(list), default=["pre_detector_failure"]
)
""" tags to be added if processing of the rule fails"""

def __eq__(self, other: "PreDetectorRule") -> bool:
return all(
Expand Down

0 comments on commit e0ec95a

Please sign in to comment.