feat(BRIDGE-236): added SMTP observability metrics

This commit is contained in:
Atanas Janeshliev
2024-10-21 11:45:02 +02:00
parent fb523e5573
commit e3d0334b6f
9 changed files with 165 additions and 1 deletions

View File

@ -35,4 +35,15 @@ Feature: Bridge send remote notification observability metrics
And the user with username "[user:user1]" sends all possible sync message building success observability metrics
Then it succeeds
Scenario: Test all possible SMTP error observability metrics
When the user logs in with username "[user:user1]" and password "password"
And the user with username "[user:user1]" sends all possible SMTP error observability metrics
Then it succeeds
Scenario: Test SMTP send success observability metrics
When the user logs in with username "[user:user1]" and password "password"
And the user with username "[user:user1]" sends SMTP send success observability metric
Then it succeeds