Skip to content

Commit 1b67aa2

Browse files
markstoryandrewshie-sentry
authored andcommitted
feat(processing) Collect latency metrics from processing store (#92447)
I'd like to understand the latency from processing store clusters, and we don't have any existing metrics for that.
1 parent f763464 commit 1b67aa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/eventstore/processing/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
EventProcessingStore,
88
settings.SENTRY_EVENT_PROCESSING_STORE,
99
settings.SENTRY_EVENT_PROCESSING_STORE_OPTIONS,
10+
metrics_path="event_processing_store",
1011
)
1112

1213

@@ -18,6 +19,7 @@
1819
EventProcessingStore,
1920
settings.SENTRY_TRANSACTION_PROCESSING_STORE,
2021
settings.SENTRY_TRANSACTION_PROCESSING_STORE_OPTIONS,
22+
metrics_path="transaction_processing_store",
2123
)
2224
else:
2325
transaction_processing_store = LazyServiceWrapper(

0 commit comments

Comments
 (0)