Skip to content

Add last_seen to message_send_failures in cluster status info #3417

@bashofmann

Description

@bashofmann

Is your feature request related to a problem? Please describe.
The message_send_failures in the cluster status info endpoint /cluster currently contains information about the error message latest_error and the error count.
For easier debugging, the time when this error last occurred should be displayed. This allows to see if a specific error is an old, or a current one.

Describe the solution you'd like
Add a last_seen (or last_timestamp or similar) field to https://github.com/qdrant/qdrant/blob/master/lib/storage/src/types.rs#L159 with a human readable timestamp when this error has been last seen.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions