chore: messasge cache metric (#114)

This commit is contained in:
fbarbu15 2025-04-25 09:43:57 +03:00 committed by GitHub
parent 108254881c
commit e447f91c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -395,4 +395,5 @@ METRICS_WITH_INITIAL_VALUE_ZERO = [
'waku_filter_handle_message_duration_seconds_bucket{le="15.0"}',
'waku_filter_handle_message_duration_seconds_bucket{le="20.0"}',
'waku_filter_handle_message_duration_seconds_bucket{le="30.0"}',
"total_messages_cached",
]