prometheus metrics endpoint

This commit is contained in:
jokob-sk
2025-08-04 15:12:51 +10:00
parent 5dbe79ba2f
commit 09e360c746
7 changed files with 114 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ from models.user_events_queue_instance import UserEventsQueueInstance
from messaging.in_app import write_notification
# Import the start_server function
from graphql_server.graphql_server_start import start_server
from api_server.api_server_start import start_server
apiEndpoints = []