feat: implement ThanosClient for historical data queries and hybrid Prometheus+Thanos architecture

This commit is contained in:
2025-10-06 12:14:40 -03:00
parent f8aebe9c4c
commit 8c616652af
6 changed files with 482 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ from celery import current_task
from app.celery_app import celery_app
from app.core.kubernetes_client import K8sClient
from app.core.prometheus_client import PrometheusClient
from app.core.thanos_client import ThanosClient
from app.services.validation_service import ValidationService
import logging