You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, error-free session count can be deduced by SessionCount - ErrorSessionCount in the same periods.
However, it seems difficult to convert the above query to a metrics filter because session_id is added as a dimension but CloudWatch intentionally disallows publishing metrics with dimensions of more than 1000 unique values to prevent misuse.
Is it possible to inform:
how to count error-free session ?
OR add such metrics as one of RUM's built-in metric ?
Many thanks in advance.
The text was updated successfully, but these errors were encountered:
error-free session_count
Currently the built-in metrics provided by RUM includes:
We are interested in knowing error-free session_count and No. of sessions experienced at least 1 JS error to accurately indicate system health.
No. of sessions experienced at least 1 JS error can be queried in CloudWatch Log insights:
Then, error-free session count can be deduced by
SessionCount - ErrorSessionCount
in the same periods.However, it seems difficult to convert the above query to a metrics filter because
session_id
is added as a dimension but CloudWatch intentionally disallows publishing metrics with dimensions of more than 1000 unique values to prevent misuse.Is it possible to inform:
Many thanks in advance.
The text was updated successfully, but these errors were encountered: