We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f893eb commit d7feb4cCopy full SHA for d7feb4c
server/fastapi_server.py
@@ -460,6 +460,7 @@ async def evaluate_subnet_response(
460
raise HTTPException(status_code=400, detail=str(e))
461
except Exception:
462
logging.exception("Error in subnet evaluation")
463
+ statsd.increment("subnet.evaluation.error")
464
raise HTTPException(status_code=500, detail="Internal server error")
465
466
@app.post("/api/subnet/query")
0 commit comments