Skip to content

Commit

Permalink
update grafana dashboard and todos
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Oct 26, 2023
1 parent f07c594 commit 76a1fb7
Show file tree
Hide file tree
Showing 2 changed files with 822 additions and 664 deletions.
6 changes: 3 additions & 3 deletions logprep/framework/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import logging
import logging.handlers
import multiprocessing

# pylint: disable=logging-fstring-interpolation
import queue
import warnings
Expand Down Expand Up @@ -350,6 +349,8 @@ def process_event(self, event: dict):

"""
TODOs:
- enforce rule_id should be unique, set factory to hash of rule-config
- extend acceptance test to check for non duplicate rules
- create Grafana Dashboards
- documentation überarbeiten
- count warnings and errors in pipeline.py?
Expand All @@ -358,9 +359,8 @@ def process_event(self, event: dict):
- count pipeline restarts
- count warnings and errors
- count config refreshes (if really changed)
- enforce rule_id should be unique
- delete SharedCounter (Events in last 5 min: n)
- rethink histogram buckets
"""

event_received = self._encoder.encode(event)
Expand Down
Loading

0 comments on commit 76a1fb7

Please sign in to comment.