Skip to content

Commit d7feb4c

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
err
1 parent 2f893eb commit d7feb4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/fastapi_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ async def evaluate_subnet_response(
460460
raise HTTPException(status_code=400, detail=str(e))
461461
except Exception:
462462
logging.exception("Error in subnet evaluation")
463+
statsd.increment("subnet.evaluation.error")
463464
raise HTTPException(status_code=500, detail="Internal server error")
464465

465466
@app.post("/api/subnet/query")

0 commit comments

Comments
 (0)