We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The MCT Adaptation does not account for LAD data queries in MCT.
LAD data queries are telemetry queries with a size of one between two timestamps. Example:
channel1 timestamp_start timestamp_end latest 1
The expected return is the latest timestamp for that channel between those points of size 1.
It's unclear if the /latest uri could fulfill this functionality, or if further influxdb integration is needed.
The text was updated successfully, but these errors were encountered:
Original ticket reference: NASA-AMMOS#210
Sorry, something went wrong.
No branches or pull requests
The MCT Adaptation does not account for LAD data queries in MCT.
LAD data queries are telemetry queries with a size of one between two timestamps. Example:
channel1 timestamp_start timestamp_end latest 1
The expected return is the latest timestamp for that channel between those points of size 1.
It's unclear if the /latest uri could fulfill this functionality, or if further influxdb integration is needed.
The text was updated successfully, but these errors were encountered: