Skip to content

Commit

Permalink
getting to the reall first version!
Browse files Browse the repository at this point in the history
Nothing has changed but the tempo seems not showing the service. Trying again with the original previous codes.
  • Loading branch information
amindadgar committed Jan 23, 2024
1 parent c2b097b commit 7107f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery_app/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def ask_question_auto_search(
"""
load_dotenv()
otel_endpoint = os.getenv("TRACELOOP_BASE_URL")
Traceloop.init(app_name="hivemind-server", api_endpoint=otel_endpoint)
Traceloop.init(api_endpoint=otel_endpoint, app_name="Hivemind-server")

prefix = f"COMMUNITY_ID: {community_id} | "
logging.info(f"{prefix}Processing question!")
Expand Down

0 comments on commit 7107f86

Please sign in to comment.