-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
History: declaring excluded content #330
Comments
After more thought, I like the per-metric extension again:
Other notes on the per-metric extension idea:
Example schema addition: <xsd:element name="History" type="hm:HistoryAvailabilityType">
<xsd:annotation>
<xsd:documentation>Extension point that MAY be included as a pm:AbstractDescriptor extension to describe availability of historic state reports.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="HistoryAvailabilityType">
<xsd:attribute name="Available" default="true" type="xsd:boolean" use="optional" />
<xsd:attribute name="Duration" type="xsd:duration" use="optional" />
</xsd:complexType> |
SDPi Friday 2024.12.06 Review - |
Providers may elect not to make all content available from the history service (e.g. real-time samples). We discussed, at plug-a-thon 18, whether anyone (e.g., consumers, responsible organizations) needs to know what is available and how to disclose this?
One method to disclose available history information is a per-metric extension, for example:
The text was updated successfully, but these errors were encountered: