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, the Observability AI Assistant's contextual insights in the log details flyout rely on the presence of the message field in the log documents. However, since this field is not guaranteed to be present in all cases, fallback fields like error.message and event.original are already used in other areas, such as the summary column and the overview tab in the log details flyout.
To ensure consistent behaviour and provide AI insights in more use cases the logic for rendering prompts should be updated to use the existing fallback mechanism.
✔️ Acceptance Criteria
The contextual insights of the Observability AI Assistant in the log details flyout will be available when message, error.message or event.original are available.
📓 Summary
Currently, the Observability AI Assistant's contextual insights in the log details flyout rely on the presence of the
message
field in the log documents. However, since this field is not guaranteed to be present in all cases, fallback fields likeerror.message
andevent.original
are already used in other areas, such as the summary column and the overview tab in the log details flyout.To ensure consistent behaviour and provide AI insights in more use cases the logic for rendering prompts should be updated to use the existing fallback mechanism.
✔️ Acceptance Criteria
message
,error.message
orevent.original
are available.💡Implementation hints
message
field is not present❓ Open questions
The text was updated successfully, but these errors were encountered: