detectkit 0.16.3__tar.gz → 0.16.4__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.16.3/detectkit.egg-info → detectkit-0.16.4}/PKG-INFO +2 -1
- {detectkit-0.16.3 → detectkit-0.16.4}/README.md +1 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/__init__.py +1 -1
- {detectkit-0.16.3 → detectkit-0.16.4/detectkit.egg-info}/PKG-INFO +2 -1
- {detectkit-0.16.3 → detectkit-0.16.4}/LICENSE +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/MANIFEST.in +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/base.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/branding.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/email.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/factory.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/mattermost.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/slack.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/telegram.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/channels/webhook.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_base.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_cooldown.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_decision.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_dispatch.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_recovery.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/_types.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/alerting/orchestrator/orchestrator.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/_output.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/CLAUDE.section.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/alerting.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/cli.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/detectors.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/metrics.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/overview.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/rules/project.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-feedback/SKILL.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-new-metric/SKILL.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-setup-project/SKILL.md +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/clean.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/init.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/init_claude.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/run.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/test_alert.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/commands/unlock.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/main.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/config/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/config/metric_config.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/config/profile.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/config/project_config.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/config/validator.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/core/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/core/interval.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/core/models.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/_sql_manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/clickhouse_manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_alert_states.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_base.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_datapoints.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_detections.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_maintenance.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_metrics.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_schema.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/_tasks.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/internal_tables/manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/mysql_manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/postgres_manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/database/tables.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/base.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/factory.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/seasonality.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/_windowed.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/iqr.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/mad.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/manual_bounds.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/detectors/statistical/zscore.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/loaders/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/loaders/metric_loader.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/loaders/query_template.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/error_dispatch.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/_alert_step.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/_base.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/_detect_step.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/_load_step.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/_types.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/orchestration/task_manager/manager.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/utils/__init__.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/utils/datetime_utils.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/utils/env_interpolation.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/utils/json_utils.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit/utils/stats.py +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit.egg-info/SOURCES.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit.egg-info/dependency_links.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit.egg-info/entry_points.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit.egg-info/requires.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/detectkit.egg-info/top_level.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/pyproject.toml +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/requirements.txt +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/setup.cfg +0 -0
- {detectkit-0.16.3 → detectkit-0.16.4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: detectkit
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.4
|
|
4
4
|
Summary: Metric monitoring with automatic anomaly detection
|
|
5
5
|
Author: detectkit team
|
|
6
6
|
License: MIT
|
|
@@ -185,6 +185,7 @@ for r in results:
|
|
|
185
185
|
- [Configuration Guide](docs/guides/configuration.md) — all config options
|
|
186
186
|
- [Detectors Guide](docs/guides/detectors.md) — choosing the right detector
|
|
187
187
|
- [Alerting Guide](docs/guides/alerting.md) — channels, mentions, cooldown, recovery
|
|
188
|
+
- [Reading Alerts](docs/guides/reading-alerts.md) — what a received alert means (for stakeholders)
|
|
188
189
|
- [CLI Reference](docs/reference/cli.md) — command-line documentation
|
|
189
190
|
- [Examples](docs/examples/) — real-world monitoring scenarios
|
|
190
191
|
- [Changelog](CHANGELOG.md) — version history
|
|
@@ -117,6 +117,7 @@ for r in results:
|
|
|
117
117
|
- [Configuration Guide](docs/guides/configuration.md) — all config options
|
|
118
118
|
- [Detectors Guide](docs/guides/detectors.md) — choosing the right detector
|
|
119
119
|
- [Alerting Guide](docs/guides/alerting.md) — channels, mentions, cooldown, recovery
|
|
120
|
+
- [Reading Alerts](docs/guides/reading-alerts.md) — what a received alert means (for stakeholders)
|
|
120
121
|
- [CLI Reference](docs/reference/cli.md) — command-line documentation
|
|
121
122
|
- [Examples](docs/examples/) — real-world monitoring scenarios
|
|
122
123
|
- [Changelog](CHANGELOG.md) — version history
|
|
@@ -4,7 +4,7 @@ detectk - Anomaly Detection for Time-Series Metrics
|
|
|
4
4
|
A Python library for data analysts and engineers to monitor metrics with automatic anomaly detection.
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
-
__version__ = "0.16.
|
|
7
|
+
__version__ = "0.16.4"
|
|
8
8
|
|
|
9
9
|
from detectkit.core.interval import Interval
|
|
10
10
|
from detectkit.core.models import ColumnDefinition, TableModel
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: detectkit
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.4
|
|
4
4
|
Summary: Metric monitoring with automatic anomaly detection
|
|
5
5
|
Author: detectkit team
|
|
6
6
|
License: MIT
|
|
@@ -185,6 +185,7 @@ for r in results:
|
|
|
185
185
|
- [Configuration Guide](docs/guides/configuration.md) — all config options
|
|
186
186
|
- [Detectors Guide](docs/guides/detectors.md) — choosing the right detector
|
|
187
187
|
- [Alerting Guide](docs/guides/alerting.md) — channels, mentions, cooldown, recovery
|
|
188
|
+
- [Reading Alerts](docs/guides/reading-alerts.md) — what a received alert means (for stakeholders)
|
|
188
189
|
- [CLI Reference](docs/reference/cli.md) — command-line documentation
|
|
189
190
|
- [Examples](docs/examples/) — real-world monitoring scenarios
|
|
190
191
|
- [Changelog](CHANGELOG.md) — version history
|
|
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
|
{detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-feedback/SKILL.md
RENAMED
|
File without changes
|
{detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-new-metric/SKILL.md
RENAMED
|
File without changes
|
{detectkit-0.16.3 → detectkit-0.16.4}/detectkit/cli/assets/claude/skills/dtk-setup-project/SKILL.md
RENAMED
|
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
|
|
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
|