detectkit 0.3.2__tar.gz → 0.3.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {detectkit-0.3.2/detectkit.egg-info → detectkit-0.3.3}/PKG-INFO +1 -1
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/orchestration/task_manager.py +2 -2
- {detectkit-0.3.2 → detectkit-0.3.3/detectkit.egg-info}/PKG-INFO +1 -1
- {detectkit-0.3.2 → detectkit-0.3.3}/pyproject.toml +1 -1
- {detectkit-0.3.2 → detectkit-0.3.3}/LICENSE +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/MANIFEST.in +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/README.md +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/base.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/email.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/factory.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/mattermost.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/slack.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/telegram.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/channels/webhook.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/alerting/orchestrator.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/commands/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/commands/init.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/commands/run.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/commands/test_alert.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/cli/main.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/config/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/config/metric_config.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/config/profile.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/config/project_config.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/config/validator.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/core/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/core/interval.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/core/models.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/database/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/database/clickhouse_manager.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/database/internal_tables.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/database/manager.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/database/tables.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/base.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/factory.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/statistical/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/statistical/iqr.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/statistical/mad.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/statistical/manual_bounds.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/detectors/statistical/zscore.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/loaders/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/loaders/metric_loader.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/loaders/query_template.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/orchestration/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/utils/__init__.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit/utils/stats.py +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit.egg-info/SOURCES.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit.egg-info/dependency_links.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit.egg-info/entry_points.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit.egg-info/requires.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/detectkit.egg-info/top_level.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/requirements.txt +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/setup.cfg +0 -0
- {detectkit-0.3.2 → detectkit-0.3.3}/setup.py +0 -0
|
@@ -573,10 +573,10 @@ class TaskManager:
|
|
|
573
573
|
interval=interval,
|
|
574
574
|
conditions=AlertConditions(
|
|
575
575
|
min_detectors=1, # At least one detector must flag anomaly
|
|
576
|
-
direction=
|
|
576
|
+
direction=alerting_config.direction, # Use direction from config
|
|
577
577
|
consecutive_anomalies=alerting_config.consecutive_anomalies,
|
|
578
578
|
),
|
|
579
|
-
timezone_display=
|
|
579
|
+
timezone_display=alerting_config.timezone, # Use timezone from config
|
|
580
580
|
internal=self.internal, # For cooldown tracking
|
|
581
581
|
alert_config=alerting_config, # For cooldown settings
|
|
582
582
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|