Skip to content

Commit 01441b9

Browse files
Record tomography preprocessing in prometheus (#326)
1 parent 5ada528 commit 01441b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,7 @@ def feedback_callback(header: dict, message: dict) -> None:
24382438
f"No transport object found. Zocalo message would be {zocalo_message}"
24392439
)
24402440

2441+
prom.preprocessed_movies.labels(processing_job=collected_ids[2].id).inc()
24412442
murfey_db.commit()
24422443
murfey_db.close()
24432444
if _transport_object:

0 commit comments

Comments
 (0)