- Adding Prometheus and grafana services in development
- Adding Prometheus metrics to the business events - Ensure asynchronous behaviour of crewai specialists. - Adapt Business events to working in mixed synchronous / asynchronous contexts - Extend business events with specialist information - Started adding a grafana dashboard (TBC)
This commit is contained in:
@@ -15,6 +15,7 @@ from .langchain.templates.template_manager import TemplateManager
|
||||
from .utils.cache.eveai_cache_manager import EveAICacheManager
|
||||
from .utils.simple_encryption import SimpleEncryption
|
||||
from .utils.minio_utils import MinioClient
|
||||
from .utils.performance_monitoring import EveAIMetrics
|
||||
|
||||
|
||||
# Create extensions
|
||||
@@ -33,6 +34,6 @@ simple_encryption = SimpleEncryption()
|
||||
minio_client = MinioClient()
|
||||
metrics = PrometheusMetrics.for_app_factory()
|
||||
template_manager = TemplateManager()
|
||||
# Caching classes
|
||||
cache_manager = EveAICacheManager()
|
||||
eveai_metrics = EveAIMetrics()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user