- 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:
@@ -5,7 +5,7 @@ import os
|
||||
|
||||
from common.langchain.templates.template_manager import TemplateManager
|
||||
from common.utils.celery_utils import make_celery, init_celery
|
||||
from common.extensions import db, template_manager, cache_manager
|
||||
from common.extensions import db, template_manager, cache_manager, eveai_metrics
|
||||
from config.logging_config import LOGGING
|
||||
from config.config import get_config
|
||||
|
||||
@@ -45,6 +45,7 @@ def register_extensions(app):
|
||||
db.init_app(app)
|
||||
cache_manager.init_app(app)
|
||||
template_manager.init_app(app)
|
||||
eveai_metrics.init_app(app)
|
||||
|
||||
|
||||
def register_cache_handlers(app):
|
||||
|
||||
Reference in New Issue
Block a user