Skip to content

Add received_time parameter to inject_tlm to allow injecting historical tlm #3521

Description

@marty-brandt-ctr

What is the use case or problem this feature would solve?

This would allow the manual injection of historical telemetry using inject_tlm, which would utilize the cosmos packet infrastructure. The alternative to this would be modifying the tsdb manually, which I have been told is not a great idea, so this could be a safer path.

Describe the solution you'd like

Modification of handle_inject_tlm (interface_decom_common.py) to allow the received_time to be passed in as an optional parameter instead of being hard-coded to now.

packet.received_time = datetime.now(timezone.utc)

Additional context

No response

Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageMore information is needed

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions