Skip to content

Commit b3175c8

Browse files
authored
fix(uptime): Fix latency stat name (#95942)
Missed part of the name here <!-- Describe your PR here. -->
1 parent 6a975b6 commit b3175c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/remote_subscriptions/consumers/queue_consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def _commit_loop(self) -> None:
253253
)
254254
for partition, (offset, oldest_timestamp) in committable.items():
255255
metrics.timing(
256-
"arroyo.consumer.latency",
256+
"consumer.arroyo.consumer.latency",
257257
time.time() - oldest_timestamp.timestamp(),
258258
tags={
259259
"partition": partition.index,

0 commit comments

Comments
 (0)