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
Currently there is no telemetry in TiFlash yet. Besides collecting usages by telemetry, we can also use it to catch exceptions like RUNTIME_CHECK and RUNTIME_ASSERT introduced by #4398. In this way, we can be noticed about logic errors at very early stage.
The telemetry stack looks to be easy to build up on sentry.
Notice that, unlike logs, we should only report call stack in the telemetry, in order to avoid collecting sensitive data.
The text was updated successfully, but these errors were encountered:
Enhancement
Currently there is no telemetry in TiFlash yet. Besides collecting usages by telemetry, we can also use it to catch exceptions like
RUNTIME_CHECK
andRUNTIME_ASSERT
introduced by #4398. In this way, we can be noticed about logic errors at very early stage.The telemetry stack looks to be easy to build up on sentry.
Notice that, unlike logs, we should only report call stack in the telemetry, in order to avoid collecting sensitive data.
The text was updated successfully, but these errors were encountered: