nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.09k stars 1.26k forks source link

Telemetry Collections should work with independent time contexts #4285

Open shefalijoshi opened 3 years ago

shefalijoshi commented 3 years ago

The telemetry collection API should determine whether it needs to follow the global time context or independent time context for a given domain object.

Describe the solution you'd like If a telemetry endpoint (or it's parent view) is using an independent time context, the data returned by the telemetry collection should follow that time context.

Additional context The image below shows an imagery endpoint that's part of a time-strip view which has it's own independent time context. image

shefalijoshi commented 3 years ago

Developer might consider accepting an objectPath as a parameter to the openmct.telemetry.requestCollection API to achieve this.