<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 2.7.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-lindblad-tlm-philatelist-02" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="Philatelist">Philatelist, YANG-based Network Controller collection and aggregation framework integrating Telemetry data and Time Series Databases</title>
    <seriesInfo name="Internet-Draft" value="draft-lindblad-tlm-philatelist-02"/>
    <author fullname="Jan Lindblad">
      <organization>Cisco</organization>
      <address>
        <email>jlindbla@cisco.com</email>
      </address>
    </author>
    <date year="2024" month="June" day="20"/>
    <area>OPS</area>
    <workgroup>NETMOD</workgroup>
    <keyword>YANG</keyword>
    <keyword>telemetry</keyword>
    <keyword>collection</keyword>
    <keyword>aggregation</keyword>
    <keyword>time series database</keyword>
    <keyword>TSDB</keyword>
    <abstract>
      <?line 58?>

<t>Timestamped telemetry data is collected en masse today.  Mature tools are typically used, but the data is often collected in an ad hoc manner.  While the dashboard graphs look great, the resulting data is often of questionable quality, not well defined, and hard to compare with seemingly similar data from other organizations.</t>
      <t>This document proposes a standard, extensible, cross domain framework for collecting and aggregating timestamped telemetry data in a way that combines YANG, metadata and Time Series Databases to produce more transparent, dependable and comparable results.  This framework is implemented in the Network Controller layer, but is rooted in data that is collected from all kinds of Network Elements and related systems.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://janlindblad.github.io/netmod-tlm-philatelist/draft-lindblad-tlm-philatelist.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-lindblad-tlm-philatelist/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/janlindblad/netmod-tlm-philatelist"/>.</t>
    </note>
  </front>
  <middle>
    <?line 64?>

<section anchor="introduction">
      <name>Introduction</name>
      <section anchor="the-problem">
        <name>The Problem</name>
        <t>Many organizations today are collecting large amounts of telemetry data from their networks and data centers for a variety of purposes.  Much (most?) of this data is funneled into a Time Series Database (TSDB) for display in a graphical dashboard or further (AI-backed) processing and decision making.</t>
        <t>While this data collection is often handled using existing and stable tools, there generally seems to be little commonality when it comes to what is meaured, how the data is aggregated, or definitions of the measured quantities (if any).</t>
        <t>Data science issues like adding overlapping quantities, adding quantities of different units of measurement, or quantities with different scopes, are likely common.  Such errors are hard to detect given the ad hoc nature of the collection.  This often leads to uncertainty regarding the quality of the conclusions drawn from the collected data.</t>
      </section>
      <section anchor="the-solution">
        <name>The Solution</name>
        <t>The Philatelist framework proposes to standardize the collection, definitions of the quantities measured and meta data handling to provide a robust ground layer for telemetry collection on the Controller side.  The architecture defines a few interfaces, but allows great freedom in the implementations with its plug-in architecture.  This allows flexibility enough that any kind of quantity can be measured, any kind of collection protocol and mechanism employed, and the telemetry data flows aggregated using any kind of operation.</t>
        <t>To do this, YANG is used both to describe the quantities being measured, as well as act as the framework for the metadata management.  Note that the use of YANG here does not limit the architecture to devices or sources supporting traditional YANG-based transport protocols.  YANG is used to describe the data, regardless of which format, protocol or source it arrives from.</t>
        <t>Initially developed in context of the Power and Energy Efficiency work (POWEFF), the authors realized both the potential and the need for this collection and aggregation architecture to become a general framework for collection of a variety of metrics.</t>
        <t>There is not much point in knowing the "cost side" of a running system (as in energy consumption or CO2e-emissions) if that cannot be weighed against the "value side" delivered by the system (as in transported bytes, VPN connections, music streaming hours, or number of cat videos, etc.), which means traditional performance metrics will play an equally important role in the collection.</t>
      </section>
      <section anchor="yang-based-telemetry-outlook">
        <name>YANG-based Telemetry Outlook</name>
        <t>Much work has already gone into the area of telemetry, YANG, and their intersection.  E.g.
<xref target="I-D.draft-ietf-opsawg-collected-data-manifest-03"/>,
<xref target="I-D.draft-claise-netconf-metadata-for-collection-03"/> and
<xref target="I-D.draft-netana-nmop-yang-message-broker-integration-00"/> come to mind. We (the POWEFF authoring team) would like to work with the authoring teams of these drafts to align our joint work.  We believe this work generally fits well with the principles outlined in the Network Telemetry Framework <xref target="RFC9232"/>.</t>
        <t>Many essential data sources in real world deployments do not support any YANG-based interfaces, and that situation is expected to remain for the forseable future, which is why we find it important to be able to ingest data from free form (often REST-based) interfaces, and then add the necessary rigor on the Collector level.  Then output the datastreams in formats that existing, mature tools can consume directly.</t>
        <t>A couple of collection source examples, just to stimulate the imagination:</t>
        <ul spacing="normal">
          <li>
            <t>SYSLOG <xref target="RFC5424"/></t>
          </li>
          <li>
            <t>EMAN MIBs over SNMP <xref target="RFC7603"/></t>
          </li>
          <li>
            <t>DMTF's Redfish REST API <xref target="Redfish"/> (no endorsement)</t>
          </li>
          <li>
            <t>Proprietary REST APIs, e.g. <xref target="Sensor_Service_Methods"/> (no endorsement)</t>
          </li>
          <li>
            <t>YANG-Push <xref target="RFC8641"/></t>
          </li>
        </ul>
        <t>In particular, this draft depends on the mapping of YANG-based structures to the typical TSDB tag-based formats described in <xref target="I-D.draft-kll-yang-label-tsdb-00"/>.</t>
        <t>For the evolution of the YANG-based telemetry area, we believe this approach, combining pragmatism in the telemetry data stream interfaces with rigor and transparency regarding the data content, is key.  We would like to make this work fit in with the works of others in the field.</t>
      </section>
      <section anchor="the-philatelist-name">
        <name>The Philatelist Name</name>
        <t>This specification is about a framework for collection, aggregation and interpretation of timestamped telemetry data.  The definition of "philatelist" seems close enough.</t>
        <figure>
          <name>Source: https://www.synonym.com/synonyms/philatelist</name>
          <artwork><![CDATA[
1. philatelist

noun. ['fɪˈlætəlɪst'] [fih-LAT-uh-list]
      A collector and student of postage stamps.

Synonyms
- collector
- aggregator

]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>This document uses the terminology defined in
<xref target="RFC7950"/>.</t>
      <t>In addition, this document defines the following terms:</t>
      <dl>
        <dt>TSDB</dt>
        <dd>
          <t>Time Series Database.</t>
        </dd>
        <dt>Sensor</dt>
        <dd>
          <t>An entity in a system that delivers a snapshot value of some quantity pertaining to the system.  Sensors are identified by their Sensor Path.</t>
        </dd>
        <dt>Sensor Path</dt>
        <dd>
          <t>A textual representation of the sensor's address within the system.</t>
        </dd>
      </dl>
    </section>
    <section anchor="architecture-overview">
      <name>Architecture Overview</name>
      <section anchor="functional-role-diagram">
        <name>Functional Role Diagram</name>
        <t>The following role diagram explains the basic concepts of the architecture. Many of the functional units would exist in many instances in a real deployment. For example, in a real deployment there would be lots of Network Elements with the Provider role.</t>
        <t>On top we have a Network Orchestrator that ensures the Network Controller functions get a suitable configuration. The Collector, Index and Aggregator functions run as part of one or more Network Controllers. Collectors and Aggregators are responsible for ensuring there is a TSDB Partition (also known as bucket, interval, segment, etc. in various TSDB implementations) to receive the potentially large volumes of telemetry data that they produce themselves, or in the case of the Collector, may configure a Provider Network Element to send the collected data to the TSDB, or to the Collector itself, which then passes it on to the TSDB.</t>
        <figure>
          <name>Philatelist Functional Role Diagram.</name>
          <artwork><![CDATA[
                    +--------------+
                    |   Network    |
                    | Orchestrator |
                    +------+-------+
                           |
       +-------------------+-------------------+
       v                   v                   v
+--------------+    +--------------+    +--------------+
|  *Collector* |    |   *Index*    |    | *Aggregator* |
|   Network    |--->|   Network    |<---|   Network    |
|  Controller  |    |  Controller  |    |  Controller  |
+--------------+    +--------------+    +--------------+
       |   /\  \\                :                  /\
       |   ||    \\              :                  ||
       v   ||      \\          ____________         ||
+--------------+     \\       /            \       //
|  *Provider*  |       ====> (     TSDB     ) <====
|   Network    | ==========> |\____________/|
|   Element    | ==========> |              |
+--------------+             | *Partition*  |
                             |              |
                              \____________/

]]></artwork>
        </figure>
        <t>In the figure, single line arrows indicate control/configuration flow.
Double line arrows indicate telemetry data flow. The dotted line
between the Index and the TSDB indicates that the index reflects the TSDB
partition contents.</t>
      </section>
      <section anchor="dashboards">
        <name>Dashboards</name>
        <t>In addition to the functional roles, there is a concept of Dashboards, which is used both within Providers and Collectors. A Dashboard is a particular collection of sensors and controls that have been predefined for particular use cases.  Network Elements may implement and publish one or more of these predefined Dashboards, and Controllers may know how to interpret one or more of them. Dashboards contain one or more dashboard items, each one a sensor or control.</t>
        <t>For example, a particular Network Element might publish two dashboards. One Dashboard might be called "Current Power Draw" and contain only a single dashboard item which allows the Controller to read out the Network Element's total power draw at this instance. The second Dashboard might be called "Subsystem Power" and contain a tree of dashboard items, which allows the Controller to read out the current power draw of the Network Element's various subsystems.  The contents of each Dashboard is defined as a YANG structure in some standards document, or might be a vendor specific YANG definition.</t>
        <t>A key point of this architecture is that Dashboard descriptions (in YANG) can be provided also for Network Elements that offer no YANG-based management interfaces at all, or for Network Elements hosting a YANG-based interface, but that were released prior to this document being written.</t>
      </section>
      <section anchor="collection-data-flow-tree-diagram">
        <name>Collection Data Flow Tree Diagram</name>
        <t>The deployment of a Philatelist framework consists of a collection of Controller plug-in components with well defined interfaces.  Here is an example of a deployment.  Each box is numbered in the lower right for easy reference.</t>
        <figure>
          <name>Example Philatelist component deployment.</name>
          <artwork><![CDATA[
                      +-----------------+
                      | USER INTERFACE  |
                      |   Graph View    |
                      +--------------11-+
                               |
                      +-----------------+
                      |    PROCESSOR    |
                      | Recommendation  |
                      |     Engine      |
                      +--------------21-+
                               |
                      +-----------------+
                      |   AGGREGATOR    |
                      |   Data Center   |
                      +--------------31-+
                               |
       +---------------+-------+-------+--------------+
       |               |               |              |
+------------+  +------------+  +------------+  +------------+
| PROCESSOR  |  | AGGREGATOR |  | AGGREGATOR |  | AGGREGATOR |
| Normalizer |  |  Network   |  |  Storage   |  |  Compute   |
+---------41-+  +---------42-+  +---------43-+  +---------44-+
       |           |                   |\             |\
+------------+     |     +------+------------+  +------------+------+
| COLLECTOR  |     |     | YANG | COLLECTOR  |  | COLLECTOR  | YANG |
|  Cooling   |     |     +---52-+ Storage 1  |  | Compute 1  +---55-+
+---------51-+     |            +---------53-+  +---------54-+
       |           |             \ Storage 2  \  \ Compute 2  \
+------------+     |              +------------+  +------------+
|  PROVIDER  |     |               \ Storage N  \  \ Compute N  \
|Utility Bill|     |                +------------+  +------------+
+---------61-+     |
                   +--------------+
                   |              |
            +------------+  +------------+
            | PROCESSOR  |  | COLLECTOR  |
            | Normalizer |  |  Routers   |
            +---------71-+  +---------72-+
                   |              |\
            +------------+  +------------+
            | COLLECTOR  |  |  PROVIDER  |
            |  Firewall  |  |  Router 1  |
            +---------81-+  +---------82-+
                   |         \  Router 2  \
            +------------+    +------------+
            |  PROVIDER  |     \  Router N  \
            |  Firewall  |      +------------+
            +---------91-+

]]></artwork>
        </figure>
        <t>Each component in the above diagram, represents a logical function.  Many of the functions represented by these boxes could be running within a single server, or they could be fully distributed, or, perhaps more likely, something in between.</t>
        <t>Provider components (61, 82, 91) are running on a Network Element system that supports a YANG-based telemetry data server.  The telemetry data flows from the telemetry source system to a Time Series Database (TSDB).</t>
        <t>Collector components (51, 72, 81) ensure the Providers are programmed properly to deliver the telemetry data to the TSDB Partition designated by the Collector.  In some cases this flow may be direct (e.g. via a message bus) from the Provider to the TSDB, in other cases, it may be going through the Collector.  In some cases the collector may be polling the Provider, in others it may have set up an automatic, periodic subscription.</t>
        <t>Many telemetry Provider systems will not have any on-board YANG-based telemetry server.  Such servers will instead be managed by a Collector capable of handling a particular kind of Provider (53, 54).  Such a Collector is still responsible to set up a telemetry data stream to the Collector's TSDB.  In this case, the Collector will also supply a YANG description (52, 55) of the incoming data stream.</t>
        <t>Processor components (21, 41, 71) are transforming the data stream in some way, e.g. converting from one unit of measurement to another, or adjusting the data values recorded to also include some aspect that this particular sensor is not taking into account.</t>
        <t>Aggregator components (31, 42, 43, 44) combine the time series telemetry data flows using some operation, e.g. summing, averaging or computing the max or min over them.  In this example there are aggregators for Network, Storage, Compute and the entire Data Center</t>
        <t>On top of the stack, we may often find a (graphical) user interface (11), for human consumption of the intelligence acquired by the system.  Equally relevant is of course an (AI) application making decisions based on findings in the aggregated telemetry flow.</t>
      </section>
      <section anchor="the-provider-component">
        <name>The Provider Component</name>
        <t>A Provider is a Network Element, or any other kind of relevant sensor, that is the source of telemetry data that may or may not offer a YANG-based management interface.  It may, for example, provide an SNMP, Redfish or proprietary REST API.</t>
        <t>Each Provider typically has a large number of "sensors" that can be polled or in some cases subscribed to. It may also offer some controls (configurables or actionables).</t>
        <t>One problem with the sensors is that the sensors relevant for a given use case are often spread around inside the Provider system, and many may not know about all of them.  Also, the metadata associated with each sensor is often only missing or only available in human readable form (free form strings), rather than in a strict machine parsable format.</t>
        <figure>
          <name>Example of scattered potential sensors in a device.</name>
          <artwork><![CDATA[
    /hardware/component[name="psu3"]/.../sensor-data/value
    ...
    /interfaces/interface[name="eth0/0"]/.../out-broadcast-packets
    ...
    /routing/mpls/mpls-label-blocks/.../inuse-labels-count
    ...
]]></artwork>
        </figure>
        <t>To solve these problems, the Provider YANG module contains a list of Dashboards.  Each dashboard contains the sensors and controls useful for some particular use case. The contents of the Dashboards is often defined by a standard, but could also be defined in proprietary YANG modules. Each dashboard item is listed with their sensor paths and machine parsable units, definition and any other metadata.</t>
        <t>An admin user or application can then copy the sensor definition from the Dashboard and insert into the Collector's configuration with items to collect and send to the TSDB.</t>
        <figure>
          <name>YANG tree diagram of the Provider Dashboard list.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-provider
  +--rw tlm-provider
     +--rw dashboards
     |  +--rw dashboard* [id]
     |     +--rw id                       identityref
     |     +--rw items* [tsdb-path]
     |        +--rw tsdb-path             -> ../../../../dash-items/
     |                                       dash-item/tsdb-path
     +--rw dash-items
     |  +--rw dash-item* [tsdb-path]
     |     +--rw tsdb-path                string
     |     +--rw item-type                identityref
     |     +--rw accuracy
     |     |  +--rw max-error-relative?   something
     |     |  +--rw max-error-offset?     something
     |     +--rw label* [name]
     |     |  +--rw name                  string
     |     |  +--rw (value-source)?
     |     |     +--:(static-values)
     |     |     |  +--rw static-values*  string
     |     |     +--:(runtime-values)
     |     |        +--rw runtime-values* -> ../../../dash-item/
     |     |                                 tsdb-path
     |     +--rw access-path?             string
     |     +--rw access-params?           -> ../../../accesses/
                                             access/id
]]></sourcecode>
        </figure>
        <t>Note: The "something" YANG-type is used in many places in this document.  That is just a temporary placeholder we use until we have figured out what the appropriate type should be.</t>
        <t>Each Dashboard in the dashboard list has a name that is an identityref. That makes it possible to define particular dashboards with well known names and contents in YANG, so that Providers and Collectors know what to expect. Each dashboard refers to a set of dashboard items (some of which may be the same in multiple Dashboards). Each dashboard item has a type that is defined as a YANG identity, making them maximally extensible.  Examples of sensor types might be a sensor for energy measured in kWh, or energy measured in J, or temperature measured in F, or in C, or in K.</t>
        <t>Each dashboard item has an access path and access parameters. These are a mapping into the access mechanism the Collector must use to poll or subscribe to the sensor value.</t>
        <figure>
          <name>YANG tree diagram of the Provider Accesses list.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-provider
  +--rw tlm-provider
     +--rw accesses
     |  +--rw access* [id]
     |     +--rw id                                 string
     |     +--rw method?                            identityref
     |     +--rw get-local-file-once
     |     |  +--rw filename?                       string
     |     +--rw get-static-url-once
     |     |  +--rw url?                            something
     |     +--rw gnmi-polling
     |     |  +--rw encoding?                       something
     |     |  +--rw protocol?                       something
     |     +--rw restconf-get-polling
     |     |  +--rw xxx?                            string
     |     +--rw netconf-get-polling
     |     |  +--rw xxx?                            string
     |     +--rw restconf-yang-push-subscription
     |     |  +--rw xxx?                            string
     |     +--rw netconf-yang-push-subscription
     |     |  +--rw xxx?                            string
     |     +--rw redfish-polling
     |     |  +--rw xxx?                            string
     |     +--rw frequency?                         sample-frequency
]]></sourcecode>
        </figure>
        <t>The list of access methods contains a number of YANG-based and non-YANG based access methods, but this set of access methods can also be extended by YANG-augmentation. The get-local-file-once access method allows reading fixed values from a data sheet encoded in YANG-instance data file format <xref target="RFC9195"/>, and  the get-static-url-once access method does the same from a given URL. That URL may be served from the Network Element, or from the Collector itself or anywhere else on the network or even internet.</t>
        <t>The access-path leaf discussed above (/tlm-provider/dash-items/dash-item/access-path) contains the path to the item that should be read or subscribed to. If the dash-item in question is for a YANG-based interface, then that path would be an XPath expression, with prefixes. Those prefixes need to be mapped to XML namespaces (NETCONF) or YANG module names (RESTCONF). That mapping is provided by the prefix-mappings list.</t>
        <figure>
          <name>YANG tree diagram of the Provider Prefix Mapping list.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-provider
  +--rw tlm-provider
     +--rw prefix-mappings
        +--rw prefix-mapping* [prefix]
           +--rw prefix         string
           +--rw namespace?     string
           +--rw module-name?   string
]]></sourcecode>
        </figure>
      </section>
      <section anchor="the-collector-component">
        <name>The Collector Component</name>
        <t>The Collector component is part of a Network Controller that collects telemetry data from Providers, typically by periodic polling or subscriptions, and ensures the collected data is stored in a Time Series Database (TSDB).  The actual data stream may or may not be passing through the collector component; the collector is responsible for ensuring data flows from the Provider to the destination TSDB, and that the data has a YANG description and is tagged with necessary metadata.  How the Collector agrees with a Provider to deliver data in a timely manner is beyond the scope of this document.</t>
        <figure>
          <name>Example of Collector setting up three streams of telemetry data from two Providers to one TSDB Partition.</name>
          <artwork><![CDATA[
         +-------------+
         |  COLLECTOR  |
         +-------------+                     ___________
                |                           /           \
      +------------------+                 (    TSDB     )
      v                  v                 |\___________/|
+------------+    +------------+  STREAM 1 |             |
|  PROVIDER  |    |  PROVIDER  |  =======> |             |
| - sensor 1 |    | - sensor 1 |           |  Partition  |
| - sensor 2 |    | - sensor 4 |  STREAM 2 |             |
| - sensor 3 |    | - sensor 7 |  =======> |             |
+------------+    +------------+           |             |
          \\                      STREAM 3 |             |
            =============================>  \___________/
]]></artwork>
        </figure>
        <t>The top of the Collector model contains a list of organizations, as a single Collector component might be doing collection work for different organizations (customers, departments, scopes) that must not be intermixed. Each organization has a list of device-groups pointing out specific Network Elements. Each group has a list of dashboards that will be queried. Since each Provider has a list of supported dashboards, the Collector simply copies the dashboards it is interested in to its own collection list.</t>
        <figure>
          <name>YANG tree diagram of the top part of the Collector model.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-collector
  +--rw tlm-collector
     +--rw organizations
        +--rw organization* [name]
           +--rw name                     string
           +--rw device-groups
           |  +--rw device-group* [name]
           |     +--rw name               string
           |     +--rw devices*           string
           |     +--rw dashboards
           |     |  +--rw dashboard* [id]
           |     |     +--rw id           identityref
           |     |     +--rw items* [tsdb-path]
           |     |        +--rw tsdb-path  -> ../../../../
                                              dash-items/
                                              dash-item/
                                              tsdb-path
]]></sourcecode>
        </figure>
        <t>The Collector model also contains the same dash-item list as shown above in the Provider model. This allows the Collector configuration to hold a local copy of the dashboards and dash-items it finds relevant, to guide its own collection work.</t>
        <t>Finally, the Collector keeps a list of streams to work with, pointing out the sources (device-group and dash-name) and destination (a TSDB Partition).</t>
        <figure>
          <name>YANG tree diagram of the Collector tlm-streams.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-collector
  +--rw tlm-collector
     +--rw organizations
        +--rw organization* [name]
           +--rw tlm-streams
              +--rw tlm-stream* [id]
                 +--rw id                 something
                 +--rw sources* [device-group dash-name]
                 |  +--rw device-group    -> ../../../../
                 |  |                        device-groups/
                 |  |                        device-group/name
                 |  +--rw dash-name       -> ../../../../
                 |                           device-groups/
                 |                           device-group/
                 |                           dashboards/dashboard/id
                 +--rw destination?       partition-ref-t
]]></sourcecode>
        </figure>
        <t>The sensor groups are then arranged into streams from a collection of sources (that support the same set of sensor groups) to a destination.  This structure has been chosen with the assumption that there will be many source devices with the same set of sensor groups, and we want to minimize repetition.</t>
      </section>
      <section anchor="the-index-component">
        <name>The Index Component</name>
        <t>When Collectors collect, and when Aggregators process and aggregate telemetry data, they need to send this data to a TSDB Partition as destination. To keep track of which data is sent where, and what the connection details are for that partition, the Network Controller implements the Index YANG module. Both the Collector and Aggregator modules reference this module.</t>
        <figure>
          <name>YANG tree diagram of the Index TSDB Partitions.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-index
  +--rw tlm-index
     +--rw partitions
        +--rw partition* [id]
           +--rw id                     something
           +--rw url?                   something
           +--rw organization?          something
           +--rw partition?             something
           +--rw impl-specific
              +--rw binding* [key]
                 +--rw key              string
                 +--rw (value-type)?
                    +--:(value)
                    |  +--rw value?     string
                    +--:(values)
                    |  +--rw values*    string
                    +--:(env-var)
                       +--rw env-var?   string
]]></sourcecode>
        </figure>
        <t>The implementation specific part of the model is for integration with specific TSDB implementations. Each such integration may need a specific sef of key-value bindings, that can be provided in this list.</t>
      </section>
      <section anchor="the-processor-and-aggregator-components">
        <name>The Processor and Aggregator Components</name>
        <t>Processor components are parts of a Network Controller that take an incoming data flow and transforms it somehow, and possibly augments it with a flow of derived information.  The purpose of the transformation could be to convert between different units of measurement, correct for known errors in the input data, or fill in approximate values where there are holes in the input data.</t>
        <t>Aggregator components take multiple incoming data flows and combine them, typically by adding them together, taking possible differences in cadence in the input data flows into account.</t>
        <t>Processor and Aggregator components provide a YANG model of their output data, just like the Collector components, so that all data flowing in the system has a YANG description and is associated with metadata.</t>
        <t>Note: In the current version of the YANG modules, a Processor is simply an Aggregator with a single input and output.  Unless we see a need to keep these two component types separate, we might remove the Processor component and keep it baked in with the Aggregator.</t>
        <figure>
          <name>Example of an Aggregator setting up two streams of telemetry data from two sources to one destination.</name>
          <artwork><![CDATA[
                  +-------------+
                  | AGGREGATOR  |
                  +-------------+
                         |
            +------------+------------+
            v                         v
        ___________               ___________
       /  SOURCE   \             /DESTINATION\
      ( PARTITION 1 )           (  PARTITION  )
      |\___________/| STREAM 1  |\___________/|
      |             | ========> |             |
      |             |           |             |
      |             | STREAM 2  |             |
       \___________/  ===##===>  \___________/
                         ||
        ___________      ||
       /  SOURCE   \     ||
      ( PARTITION 2 )   //
      |\___________/| ==
      |             |
      |             |
      |             |
       \___________/
]]></artwork>
        </figure>
        <t>In this diagram, the sources and destination look like separate TSDBs, which they might be.  They may also be different partitions within the same TSDB.</t>
        <t>Each stream is associated with one or more inputs, one output and a processing operation.  All the input streams are combined using one or more aggregation operations.  Some basic operations have been defined in the Aggregator YANG module, but the set of operations has been designed to be maximally extensible.</t>
        <figure>
          <name>YANG tree diagram of the top Aggregator model.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-aggregator
  +--rw tlm-aggregator
     +--rw aggregations
     |  +--rw aggregation* [id]
     |     +--rw id           string
     |     +--rw input* [source]
     |     |  +--rw source    partition-ref-t
     |     +--rw operation?   -> ../../../operations/operation/id
     |     +--rw output
     |        +--rw destination?   partition-ref-t
]]></sourcecode>
        </figure>
        <t>The operations listed below are basic aggregation operations.  Linear-sum is just adding all the input sources together, with linear interpolation when their data points don't align perfectly in time.  Rolling average is averaging the input flows over a given length of time.  The filter-age drops all data points that are outside the min to max age.  The function allows plugging in any other function the Aggregator may have defined, but more importantly, the operations choice is easily extended using YANG augment to include any other IETF or vendor specified augmentations.</t>
        <figure>
          <name>YANG tree diagram of the Aggregator operations list.</name>
          <sourcecode type="yang-tree"><![CDATA[
module: ietf-tlm-philatelist-aggregator
  +--rw tlm-aggregator
     +--rw operations
        +--rw operation* [id]
           +--rw id                       something
           +--rw (op-type)?
              +--:(linear-sum)
              |  +--rw linear-sum
              +--:(linear-average)
              |  +--rw linear-average
              +--:(linear-max)
              |  +--rw linear-max
              +--:(linear-min)
              |  +--rw linear-min
              +--:(rolling-average)
              |  +--rw rolling-average
              |     +--rw timespan?       something
              +--:(filter-age)
              |  +--rw filter-age
              |     +--rw min-age?        something
              |     +--rw max-age?        something
              +--:(function)
                 +--rw function
                    +--rw name?           something
]]></sourcecode>
        </figure>
      </section>
      <section anchor="the-link-to-assets">
        <name>The Link to Assets</name>
        <t>In <xref target="I-D.draft-palmero-ivy-ps-almo-01"/>, the DMLMO team has built an inventory structure that describes systems, subsystems and their soft- and hardware components.  They are called assets in the DMLMO YANG models.  Some of the collected telemetry data streams may pertain to quite precisely to these assets, and it may be interesting to see the linkage.  For this reason, there is an optional module, ietf-tlm-philatelist-assets, that augments the Philatelist Index structure and adds the possibility to point to a DMLMO asset that the TSDB Partition pertains to.</t>
      </section>
    </section>
    <section anchor="yang-modules">
      <name>YANG Modules</name>
      <section anchor="base-types-module-for-philatelist">
        <name>Base types module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-types {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-types";
  prefix ietf-tlm-philatelist-types;

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    "This YANG module defines base identities for quantities, 
    measurement units, connection methods, sensor and control types
    for the Telemetry Philatelist framework.

    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  typedef something { 
    type string;
    description 
      "FIXME: Used when we haven't decided the type yet
      ";
  }
  typedef xpath {
    type string;
    description 
      "FIXME: Proper type needed
      ";
  }
  typedef sample-frequency {
    type string; 
    description 
      "FIXME: Proper type needed
      ";
  }

  // ========== SENSOR-CLASS ==============================
  identity sensor-class {
    description 
      "Sensor's relation to the asset it sits on.
      ";
  }
  identity sc-input {
    base sensor-class;
    description 
      "Sensor reports input quantity of the asset it sits on.
      ";
  }
  identity sc-output {
    base sensor-class;
    description 
      "Sensor reports output quantity of the asset it sits on.
      ";
  }
  identity sc-allocated {
    base sensor-class;
    description 
      "Sensor reports (maximum) allocated quantity of the asset
      it sits on.
      ";
  }

  // ========== SENSOR-QUANTITY ==============================
  identity sensor-quantity {
    description 
      "Sensor's quantity being measured.
      ";
  }
  
  // ========== SENSOR-UNIT ==============================
  identity sensor-unit {
    description 
      "Sensor's unit of reporting.
      ";
  }

  // ========== DASH-TYPE ===================================
  identity dash-type {
    description 
      "The base identity for all dashboard types.
      Dashboards are predefined collections of sensors and/or
      controls that a Network Element publishes towards a Network
      Controller, which uses the dashboard to find use case relevant
      telemetry collection and control points.
      ";
  }

  // ========== DASH-ITEM-TYPE ==============================
  identity dash-item-type {
    description 
      "The base identity for an individual item on a dashboard.
      This is further subdivided into controls and sensors, which
      are even further subdivided into sensors measuring e.g.
      temperature in Celsius.
      ";
  }
  identity sensor-type {
    base dash-item-type;
    description 
      "Sensor's type, i.e. combination of class, quantity and unit.
      Sensor class tells whether the sensor measures some quantity
      on the inside or outside of the component it pertains to.
      E.g. whether it is measuring the incoming our outgoing current
      from a power supply.
      Sensor quantity tells what the sensor is measuring.
      E.g. temperature, current or number of packets
      Sensor unit tells about the sensor measurement unit.
      E.g. Celsius, Farenheit or Kelvin. Or energy in kWh or J.
      ";
  }

  // ========== CONNECTION-METHOD ==============================

  identity connection-method {
    description 
      "Base identity for all kinds of connection methods.
      ";
  }
  identity get-local-file-once {
    base connection-method;
    description 
      "Connection method identity for the case where a file contains
      the dashboard information in lieu of the Network Element 
      itself.
      ";
  }
  identity get-static-url-once {
    base connection-method;
    description
      "Connection method identity for the case where a URL contains
      the dashboard information in lieu of the Network Element
      itself. The URL may or may not be hosted on the Network 
      Element.
      ";
  }
  identity cm-polled {
    base connection-method;
    description 
      "Connection method identity for all mechanisms that are based
      on the client regularly polling the server.
      ";
  }
}
]]></sourcecode>
      </section>
      <section anchor="dashboard-abstract-interface-module-for-philatelist">
        <name>Dashboard abstract interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-dashboard {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-dashboard";
  prefix ietf-tlm-philatelist-dashboard;

  import ietf-tlm-philatelist-types {
    prefix ietf-tlm-philatelist-types;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    "This YANG module defines the Telemetry Philatelist Dashboard.

    These definitions are used both by Philatelist Network 
    Controllers, and Philatelist Network Elements. Network Elements
    that are unaware of the Philatelist framework may also be 
    covered when a 'proxy mechanism' for the Philatelist information
    is added.

    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  identity cm-gnmi {
    base ietf-tlm-philatelist-types:connection-method;
    description 
      "Connection method identity for gNMI-based mechanisms.
      ";
  }
  identity cm-restconf {
    base ietf-tlm-philatelist-types:connection-method;
    description
      "Connection method identity for RESTCONF-based mechanisms.
      ";
  }
  identity cm-netconf {
    base ietf-tlm-philatelist-types:connection-method;
    description
      "Connection method identity for NETCONF-based mechanisms.
      ";
  }
  identity cm-redfish {
    base ietf-tlm-philatelist-types:connection-method;
    description
      "Connection method identity for Redfish-based mechanisms.
      ";
  }
  identity gnmi-polling {
    base cm-gnmi;
    base ietf-tlm-philatelist-types:cm-polled;
    description 
      "Connection method identity for gNMI-based polling mechanisms.
      ";
  }
  identity restconf-get-polling {
    base cm-restconf;
    base ietf-tlm-philatelist-types:cm-polled;
    description 
      "Connection method identity for RESTCONF-based polling 
      mechanisms.
      ";
  }
  identity netconf-get-polling {  
    base cm-netconf;
    base ietf-tlm-philatelist-types:cm-polled;
    description 
      "Connection method identity for NETCONF-based polling 
      mechanisms.
      ";
  }
  identity restconf-yang-push-subscription {
    base cm-restconf;
    description 
      "Connection method identity for RESTCONF-based 
      subscription mechanisms.
      ";
  }
  identity netconf-yang-push-subscription {
    base cm-netconf;
    description 
      "Connection method identity for NETCONF-based 
      subscription mechanisms.
      ";
  }
  identity redfish-polling {
    base cm-redfish;
    description 
      "Connection method identity for Redfish-based polling
      mechanisms.
      ";
  }
  grouping access-g {
    description 
      "Grouping describing the basic set of access methods offered by
      Philatelist servers, i.e. Network Elements. The set of access      
      mechanisms may be extended by servers offering additional 
      mechanisms.  This grouping is also used by Network Controllers,
      when they need to find a way to interact with the 
      Network Elements.
      ";

    leaf method {
      type identityref {
        base ietf-tlm-philatelist-types:connection-method;
      }
      default ietf-tlm-philatelist-types:get-local-file-once;
      description 
        "Discriminator pointing out which access mechanism is
        offered. This value controls which detailed configuration
        nodes will be available.
        ";
    }
    container get-local-file-once {
      when "derived-from-or-self(../method, 
            'ietf-tlm-philatelist-types:get-local-file-once')";
      description 
        "The server itself does not offer any access mechanism for
        this dashboard item. Instead, philatelist controllers will
        need to read static values from a local on the controller. 
        How the file appears in a relevant location on the 
        controller is outside the scope of this specification.
        The file format used MUST adhere to RFC9195
        (https://datatracker.ietf.org/doc/rfc9195/)
        ";
      leaf filename { 
        type string; 
        description 
          "The name of the file containing the static data for the
          dashboard item. If the filename is not specified, the 
          controller should look for a file with the same name as the
          connection name.
          ";
      }
    }
    container get-static-url-once {
      when "derived-from-or-self(../method, 
            'ietf-tlm-philatelist-types:get-static-url-once')";
      description 
        "The server points to a URL the controller can use to
        download a file with static values for this dashboard item.
        The URL may or may not be pointing to the server itself, and
        could potentially even point to a URL on the controller 
        itself. How the static file contents pointed to by the URL
        appears on the webserver is outside the scope of this
        specification.
        ";
      leaf url { 
        type ietf-tlm-philatelist-types:something; 
        description 
          "The URL that the controller should read in order to 
          get the static data about the dashboard item.
          The file format used MUST adhere to RFC9195
          (https://datatracker.ietf.org/doc/rfc9195/)
          "; 
      }
    }
    container gnmi-polling {
      when "derived-from-or-self(../method, 'gnmi-polling')";
      description 
        "The server points to a gNMI interface the controller can
        poll at regular intervals to read the current sensor value
        for this dashboard item.
        ";
      leaf encoding { 
        type ietf-tlm-philatelist-types:something; 
        description 
          "The encoding of the data provided by this mechanism, 
          such as self-describing-gpb
          "; 
      } 
      leaf protocol { 
        type ietf-tlm-philatelist-types:something; 
        description 
          "The exact protocol parameters for this gNMI endpoint, 
          such as grpc no-tls
          "; 
      } 
    }
    container restconf-get-polling {
      when "derived-from-or-self(../method, 'restconf-get-polling')";
      description "FIXME";
      leaf xxx { type string; description "FIXME"; }
    }
    container netconf-get-polling {
      when "derived-from-or-self(../method, 'netconf-get-polling')";
      leaf xxx { type string; description "FIXME"; }
      description "FIXME";
    }
    container restconf-yang-push-subscription {
      when "derived-from-or-self(../method, 
            'restconf-yang-push-subscription')";
      leaf xxx { type string; description "FIXME"; }
      description "FIXME";
    }
    container netconf-yang-push-subscription {
      when "derived-from-or-self(../method, 
            'netconf-yang-push-subscription')";
      leaf xxx { type string; description "FIXME"; }
      description "FIXME";
    }
    container redfish-polling {
      when "derived-from-or-self(../method, 'redfish-polling')";
      leaf xxx { type string; description "FIXME"; }
      description "FIXME";
    }
    leaf frequency { 
      when "derived-from(../method, 
            'ietf-tlm-philatelist-types:cm-polled')";
      type ietf-tlm-philatelist-types:sample-frequency; 
      description 
        "The frequency with which the sensor data value collection
        should happen. E.g. once per 30 minutes, once per 5 minutes,
        once per 30 seconds or on-change.
        ";
    }
  }

  grouping provider-g {
    description 
      "Top-level provider grouping.  Devices will implement
      this as a config false container, or as a piece of instance
      data that a controller can read. Controllers implement this
      data structure as config true, configurable and readable by
      the operators.
      ";
    container dashboards {
      description 
        "Each device may support one or more dashboards. 
        Controllers can then choose the most advanced dashboard they 
        are aware of and interested in. A dashboard contains
        a list of sensors and/or controls that a controller may find
        useful for some particular use case.
        ";
      list dashboard {
        key id;
        description 
          "List of dashboards supported by a given device or 
          controller.
          ";
        leaf id {
          type identityref {
            base ietf-tlm-philatelist-types:dash-type;
          }
          description 
            "Formal dashboard id. The dashboard-items in this
            dashboard are found in ../items, and what items are
            available there depends on this dashboard id .
            ";
        }
        list items {
          key tsdb-path;
          description 
            "List of dashboard items. Some of the items are sensors
            which provide data to be read, some may be controls that
            the controller may use.
            ";
          leaf tsdb-path {
            type leafref {
              path ../../../../dash-items/dash-item/tsdb-path;
            }
            description 
              "Path to the sensor or control item on the dashboard.
              The format of the path is TSDB style, i.e. used MUST
              conform to the I-D.draft-kll-yang-label-tsdb, e.g.
              interfaces_interface_statistics_in_unicast_pkts
              Each dashboard item may point to multiple sensors, 
              as in the example above, where each interface would
              have a counter of incoming unicase packets.
              Each dashboard item may occur in more than one 
              dashboard, and is therefore further desribed in 
              ../../../../dash-items/dash-item
              ";
          }
        }
      }
    }
    container dash-items {
      description 
        "Container for all dashboard items. Each item may be part of
        (referenced by) multiple dashboards.
        ";
      list dash-item {
        key tsdb-path;
        description 
          "Dashboard item, a sensor or control item that is part 
          of a dashboard, i.e. a collection of sensors and controls
          relevant for a particular use case.
          Each dashboard item may occur in more than one dashboard.
          ";
        leaf tsdb-path {
          type string;
          description 
            "Path to the sensor or control item on the dashboard.
            The format of the path is TSDB style, i.e. used MUST
            conform to the I-D.draft-kll-yang-label-tsdb, e.g.
            interfaces_interface_statistics_in_unicast_pkts
            Each dashboard item may point to multiple sensors, as in
            the example above, where each interface would have
            a counter of incoming unicase packets.
            ";
        }
        leaf item-type { 
          type identityref { 
            base ietf-tlm-philatelist-types:dash-item-type; 
          }
          mandatory true;
          description 
            "The item type describes the type of dashboard item this
            is, including if it is a sensor or contol, sitting on
            the inside or outside of the parent component, the
            measurement quantity (e.g. temperature) and unit 
            (e.g. Celsius).

            See the ietf-tlm-philatelist-types:dash-item-type for a
            more detailed explanation, or if you intend to define a
            new type of dashboard item.
            ";
        }
        container accuracy {
          when "derived-from(../item-type, 
                'ietf-tlm-philatelist-types:sensor-type')";
          description 
            "The accuracy of the dasboard item (sensor). The
            accuracy described using two parameters. One is the max
            deviation relative to the sensor reading, the other one
            is a constant deviation offset.

            Example 1: if a sensor might produce values between 
            0 and 1000, and the sensor currently reports 555, but 
            the actual value is 531, that could be reported as a
            5% relative error with offset 0.

            Example 2: if a sensor might produce values between 
            0 and 1000, and the sensor currently reports 0, but 
            the actual value is 2, that could be reported as a
            0% relative error with offset 2 (or some slightly
            highger value, e.g. 5).

            The accuracy MUST be described such that there is a 96%
            confidence that the actual value V is within the reported
            value R so that:

              (measured-error) =  | R - V |
              (error-margin)   =  | R * (max-error-relative) | 
                                   + (max-error-offset)
              p( (measured-error) < (error-margin) ) >= 0.96
            ";
          leaf max-error-relative {
            type ietf-tlm-philatelist-types:something;
            description 
              "The part of the accuracy claim that depends on (varies
              in proportion to) the reported value.
              ";
          }
          leaf max-error-offset {
            type ietf-tlm-philatelist-types:something;
            description
              "The part of the accuracy claim that does not depend on
              (does not vary with) the reported value.
              ";
          }
        }
        list label {
          key name;
          description 
            "List of TSDB path labels. A single TSDB path often refer
            to a whole collection of readable sensors. Each such 
            sensor is distinguished by the values associated with
            labels in the path. Those labels are listed here.

            Example: interfaces_interface_statistics_in_unicast_pkts
            might have one label interfaces_interface_name. Concrete
            readouts going into the TSDB might have values like

            Metric: interfaces_interface_statistics_in_unicast_pkts
            Value: 5432100
            Labels:
              host = router-01
              interfaces_interface_name = eth0

            As can be seen in the example, a controller might inject
            labels that are not part of the tsdb-path (host), but
            helps the controller keep track of the incoming data
            streams.
            ";
          reference
            I-D.draft-kll-yang-label-tsdb;
          leaf name {
            type string;
            description 
              "The name of the label, in TSDB path notation.
              E.g. interfaces_interface_name
              ";
          }
          choice value-source {
            description 
              "The source of the values associated with the labels.
              Label values may be provided in several ways:
              + the server may provide values in runtime, in which
                case the runtime-values points to the dashboard item
                to read to get the actual values.
              + the controller or operator may pick one or more
                 values by configuration, in which case they are
                 listed under static-values .
              + the controller may pick one or more values using some
                internal mechanism of its own, in which case they
                will not be visible here.
              ";
            leaf-list static-values {
              type string;
              description 
                "One or more values configured by the controller or
                operator designating which instances of this TSDB
                path to collect data about. 

                Example: if the label name for this label entry is
                interfaces_interface_name, this could be a configured
                list of interface names to collect data about.
                ";
            }
            leaf-list runtime-values {
              type leafref {
                path ../../../dash-item/tsdb-path;
              }
              description 
                "One or more dashboard items to read label values
                from.

                Example: if the label name for this label entry is
                interfaces_interface_name, this could point to a
                dashboard item that collects the names of all 
                interfaces, or all interfaces relevant for a
                particular purpose or customer.
                ";
            }
          }
        }
        choice access-path {
          description 
          "This is the path used by the client (Network Controller)
          when asking the server (Network Element) for data.
          The format of the access-path depends on the specific
          access mechanism. If the access mechanism is YANG-based,
          this access path would be an XPath string. If the access
          mechanism is SNMP, it would be an OID. A redfish access
          mechanism would use a endpoint-local URL.
          The actual path may be constructed in one of several ways.
          ";
          leaf plain-string {
            type string;
            description 
              "The given string is used as is, without substitution
              of any labels or special characters.
              ";
          }
          leaf string-with-labels {
            type string;
            description 
              "The given string contains references of the form

              $(label_name)

              i.e. a dollar-sign, a left-parenthesis, 
              the name of the label - case sensitive and without 
              whitespace - and finally a right-parenthesis.

              This expression refers to the labels-value pairs from

              ../label/name  and  ../label/value-source

              The reference expression is substituted with the
              label value before use.

              Example: The access path for an SNMP GET-based node
              interfaces_interface_statistics_in_unicast_pkts
              might have access path

              1.3.6.1.2.1.2.2.1.11.$(interfaces_interface_num)

              which gives the final OID string

              1.3.6.1.2.1.2.2.1.11.4711

              if the ../label[name='interfaces_interface_num'] value
              is 4711.
              ";
          }
          leaf url-with-labels {
            type string;
            description 
              "The given string contains references of the forms

              {label_name}
              {label_name:3}
              {?label_name}

              etc. as defined in RFC6570.

              This expression refers to the labels-value pairs from

              ../label/name  and  ../label/value-source

              The reference expression is substituted with the
              label value before use according to the RFC6570 rules.

              Example 1: The access path for a NETCONF get-based node
              interfaces_interface_statistics_in_unicast_pkts
              might have access path

              /if:interfaces/interface[name='{interfaces_interface_na
              me}']/statistics/in-unicast-pkts

              Any prefixes used (as if: above) are mapped to the
              corresponding namespace (NETCONF) or module name
              (RESTCONF) using the ../../../prefix-mappings list.

              Example 2: The access path for a Redfish-based node

              Systems_EthernetInterfaces_EthernetInterfaceMetrics_Dro
              ppedPackets

              might have access path

              /redfish/v1/Systems/VM1/EthernetInterfaces/{interfaces_
              interface_num}/EthernetInterfaceMetrics/DroppedPackets
              ";
          }
        }
        leaf access-params {
          type leafref {
            path ../../../accesses/access/id;
          }
          description 
            "Points to the specific access method to be used with
            this dashboard item. 
            ";
        }
      }
    }
    container accesses {
      description 
        "Holds a list of all the access methods that have been
        defined for dashboard items on the Network Element.
        ";
      list access {
        key id;
        description
          "One specific access method to be used with some dashboard
          items.
          ";
        leaf id {
          type string;
          description 
            "Name for this access method.
            ";
        }
        uses access-g;
      }
    }
    container prefix-mappings {
      description 
        "Contains the mappings for prefixes used in the access-path
        to the XML namespace (NETCONF) or module name (RESTCONF).
        ";
      list prefix-mapping {
        key prefix;
        description 
          "List of access-path prefixes and their mapping to
          namespace and module name.
          ";
        leaf prefix {
          type string;
          description 
            "Prefix, as used in the dash-item/access-path.
            The prefix is case sensitive, and should not contain
            the ending colon (:).
            ";
        }
        leaf namespace {
          type string;
          description 
            "XML namespace corresponding to the prefix name.
            Used by NETCONF-based access mechanisms.
            ";
        }
        leaf module-name {
          type string;
          description 
            "YANG module name corresponding to the prefix name.
            Used by RESTCONF-based access mechanisms.
            ";
        }
      }
    }
  }
}
]]></sourcecode>
      </section>
      <section anchor="provider-interface-module-for-philatelist">
        <name>Provider interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-provider {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-provider";
  prefix ietf-tlm-philatelist-provider;

  import ietf-tlm-philatelist-dashboard {
    prefix ietf-tlm-philatelist-dashboard;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    "This YANG module defines the Telemetry Philatelist Provider
    interface.

    This module is used by Network Elements that have built-in
    support for the Philatelist provider interface, or by a proxy
    mechanism representing some/all of them, when not supported
    directly.

    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  container tlm-provider {
    description 
      "Container with telemetry collection dashboards for
      Network Elements with built-in support for the Philatelist
      collection framework.
      ";
    uses ietf-tlm-philatelist-dashboard:provider-g;
  }
}
]]></sourcecode>
      </section>
      <section anchor="index-interface-module-for-philatelist">
        <name>Index interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-index {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-index";
  prefix ietf-tlm-philatelist-index;

  import ietf-tlm-philatelist-types {
    prefix ietf-tlm-philatelist-types;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    'This YANG module defines the Telemetry Philatelist Index.
    These definitions are for Philatelist Network Controllers.

    A Network Controller with the Collector role programs one or more
    SOURCES (typically Network Elements) to generate a STREAM of 
    telemetry data. The STREAM is sent to a specific DESTINATION
    in a Time Series Database (TSDB).
    
    Each STREAM consists of timestamped sensor values from each
    sensor in a sensor group.

               +-------------+
               |  COLLECTOR  |
               +-------------+                     ___________
                      |                           /DESTINATION\
            +------------------+                 (  PARTITION  )
            v                  v                 |\___________/|
      +------------+    +------------+  STREAM 1 |             |
      |   SOURCE   |    |   SOURCE   |  =======> |             |
      | - sensor 1 |    | - sensor 1 |           |             |
      | - sensor 2 |    | - sensor 4 |  STREAM 2 |             |
      | - sensor 3 |    | - sensor 7 |  =======> |             |
      +------------+    +------------+           |             |
                \\                      STREAM 3 |             |
                  =============================>  \___________/

    '+"
    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  typedef partition-ref-t {
    type leafref { 
      path 
        "/ietf-tlm-philatelist-index:tlm-index"+
        "/ietf-tlm-philatelist-index:partitions"+
        "/ietf-tlm-philatelist-index:partition"+
        "/ietf-tlm-philatelist-index:id"; 
    }
    description 
      "Pointer to a specific TSDB partition 
      (aka. bucket, interval, segment, etc.)
      ";
  }
  grouping tsdb-partition-g {
    description 
      "Grouping for identifying and connecting to a specific TSDB
      partition (aka. bucket, interval, segment, etc.)
      ";
    leaf url { 
      type ietf-tlm-philatelist-types:something; 
      description 
        "The URL to use to connect to the TSDB.
        "; 
    }
    leaf organization { 
      type ietf-tlm-philatelist-types:something; 
      description 
        "The organization this partition belongs to.
        Leaving this unset means the 'default' organization.
        "; 
    }
    leaf partition {
      type ietf-tlm-philatelist-types:something; 
      description 
        "The TSDB partition (aka. bucket, interval, segment, etc.)
        that the collected data is stored in.
        "; 
    }
    container impl-specific {
      description 
        "Implementation specific key-valye pairs for establising and
        maintaining the collection connections.
        ";
      list binding {
        key key;
        description
          "List of key-value bindings. The meaning of these key-value
          pairs is implementation dependent.
          ";
        leaf key { 
          type string; 
          description 
            "The key part of the key-value pair.
            The set of key values that are defined is implementation
            dependent.
            "; 
        }
        choice value-type {
          description 
            "The value part of the key-value pair. The value part may
            have several different formats, and implementations may
            augment yet other formats into this choice.
            ";
          leaf value { 
            type string; 
            description 
              "The value part of the key-value pair as a simple
              string value.
              "; 
          }
          leaf-list values { 
            type string; 
            ordered-by user; 
            description 
              "The value part of the key-value pair as a collection
              of string values.
              "; 
          }
          leaf env-var { 
            type string; 
            description 
              "The value part of the key-value pair. The actual
              value is provided by an operating system environment
              variable. The name of that environment variable is
              given by this leaf. Case sensitive.

              The set of environment variable names that are defined
              is implementation dependent.
              "; 
          }
        }
      }
    }
  }

  container tlm-index {
    description 
      "List of TSDB Partitions referenced by this Network Controller.
      ";
    container partitions {
      description 
        "Container for all the TSDB Partition access information.
        ";
      list partition {
        key id;
        description 
          "TSDB Partition access information for the Partitions that
          this Network Controller is aware of.
          ";
        leaf id { 
          type ietf-tlm-philatelist-types:something; 
          description 
            "The Network Controller's internal identifier for this
            TSDB Partition.
            "; 
        }
        uses tsdb-partition-g;
      }
    }
  }
}
]]></sourcecode>
      </section>
      <section anchor="collector-interface-module-for-philatelist">
        <name>Collector interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-collector {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-collector";
  prefix ietf-tlm-philatelist-collector;

  import ietf-tlm-philatelist-types {
    prefix ietf-tlm-philatelist-types;
  }
  import ietf-tlm-philatelist-dashboard {
    prefix ietf-tlm-philatelist-dashboard;
  }
  import ietf-tlm-philatelist-index {
    prefix ietf-tlm-philatelist-index;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    'This YANG module defines the Telemetry Philatelist Collector.
    These definitions are for Philatelist Network Controllers.

    A Network Controller with the Collector role programs one or more
    SOURCES (typically Network Elements) to generate a STREAM of 
    telemetry data. A SOURCE may be a Provider, or a proxy mechanism
    standing in for the Provider.
    The STREAM is then sent to a specific DESTINATION PARTITION
    in a Time Series Database (TSDB). Partitions are also known as
    buckets, intervals, segments, etc. in various implementations.
    
    Each STREAM consists of timestamped sensor values from each
    sensor in a sensor group.

               +-------------+
               |  COLLECTOR  |
               +-------------+                     ___________
                      |                           /DESTINATION\
            +------------------+                 (  PARTITION  )
            v                  v                 |\___________/|
      +------------+    +------------+  STREAM 1 |             |
      |   SOURCE   |    |   SOURCE   |  =======> |             |
      | - sensor 1 |    | - sensor 1 |           |             |
      | - sensor 2 |    | - sensor 4 |  STREAM 2 |             |
      | - sensor 3 |    | - sensor 7 |  =======> |             |
      +------------+    +------------+           |             |
                \\                      STREAM 3 |             |
                  =============================>  \___________/

    '+"
    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  container tlm-collector {
    description 
      "Root container for the Philatelist Collector function.
      ";
    container organizations {
      description 
        "List of organizations that the collected data pertains to.
        Data belonging to one organization will not mix with that of
        another.
        ";
      list organization {
        key name;
        description 
          "Organization that this collection process pertains to.
          ";

        leaf name {
          type string;
          description 
            "Collector's name of the organization.
            ";
        }
        container device-groups {
          description 
            "List of device-groups.
            ";
          list device-group {
            key name;
            description 
              "A device-group contains a group of similar devices
              that will have collection performed in the same way.
              ";
            leaf name {
              type string;
              description 
                "Name of the device-group.
                ";
            }
            leaf-list devices {
              type string;
              description 
                "Points to the devices members of this device-group.
                The exact meaning of these names is implementation
                specific.
                ";
            }
            uses ietf-tlm-philatelist-dashboard:provider-g;
          }
        }

        container tlm-streams {
          description 
            "List of telemetry streams pertainin to this
            organization.
            ";
          list tlm-stream {
            key id;
            description 
              "A stream of telemetry data that is collected from a
              device-group that share a particular dashboard.
              ";
            leaf id { 
              type ietf-tlm-philatelist-types:something; 
              description 
                "Identifier of the telemetry stream.
                "; 
            }
            list sources { 
              key "device-group dash-name";
              description 
                "List of sources to collect from. Each source points
                to a device-group and a dashboard name to collect
                from each device in the device-group.
                ";
              leaf device-group { 
                type leafref { 
                  path ../../../../device-groups/device-group/name;
                }
                description 
                  "The device-group to collect from.
                  "; 
              }
              leaf dash-name { 
                type leafref { 
                  path "../../../../device-groups/device-group/"+
                    "dashboards/dashboard/id";
                }
                description 
                  "The name of the dashboard 
                  "; 
              }
            }
            leaf destination { 
              type ietf-tlm-philatelist-index:partition-ref-t; 
              description 
                "The TSDB Partition (bucket, interval, segment, etc.)
                that the collected telemetry data is sent to.
                "; 
            }
          }
        }
      }
    }
  }

  augment "/tlm-collector/organizations/organization/device-groups/"+
    "device-group/dash-items/dash-item/label/value-source" {
    description 
      "Some additional value-sources that the collector enables
      (that are not available to providers).
      ";
    case controller-managed-value {
      leaf controller-managed-value {
        type empty;
        description
          "The Collector will determine the label value by its
          own discretion.
          ";
      }
    }
    case controller-provided-value {
      leaf controller-provided-value {
        type string;
        description
          "The Collector will determine the label value by its
          own discretion, and that value is configured here.
          ";
      }
    }
  }
}
]]></sourcecode>
      </section>
      <section anchor="aggregator-interface-module-for-philatelist">
        <name>Aggregator interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-aggregator {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-aggregator";
  prefix ietf-tlm-philatelist-aggregator;

  import ietf-tlm-philatelist-types {
    prefix ietf-tlm-philatelist-types;
  }
  import ietf-tlm-philatelist-index {
    prefix ietf-tlm-philatelist-index;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    'This YANG module defines the Telemetry Philatelist Aggregator.
    These definitions are for Philatelist Network Controllers.

    An AGGREGATOR ensures data from one or more SOURCE(s) are
    combined into a FLOW using a (sequence of) OPERATIONs (OPs)
    to generate a new data set in the DESTINATION (which could
    be a new collection in the same data storage system as the 
    SOURCE).

                  +-------------+
                  | AGGREGATOR  |
                  +-------------+
                         |
            +------------+------------+
            v                         v
        ___________               ___________
       /  SOURCE   \             /DESTINATION\
      ( PARTITION 1 )           (  PARTITION  )
      |\___________/| STREAM 1  |\___________/|
      |             | ========> |             |
      |             |           |             |
      |             | STREAM 2  |             |
       \___________/  ===##===>  \___________/
                         ||
        ___________      ||
       /  SOURCE   \     ||
      ( PARTITION 2 )   //
      |\___________/| ==
      |             |
      |             |
      |             |
       \___________/

    '+"
    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Restructured as part of the Telemetry Philatelist framework";
    reference
      "RFC XXXX: ...";
  }

  container tlm-aggregator {
    description
      "Root container for the Philatelist Aggregator function.
      ";
    container aggregations {
      description 
        "List of aggregation operations that are applied to a set of
        input telemetry streams in a TSDB Partition to form an output 
        stream in a different TSDB Partition.
        ";
      list aggregation {
        key id;
        description 
          "Each aggregation takes one or more input streams from a 
          TSDB Partition, an operation to apply to them, and points
          to an output stream an another TSDB Partition.
          ";
        leaf id {
          type string;
          description
            "The internal id of this aggregation operation.
            ";
        }
        list input {
          key source;
          description 
            "The list of sources/input streams for the aggregation.
            ";
          leaf source { 
            type ietf-tlm-philatelist-index:partition-ref-t; 
            description 
              "The TSDB Partition (bucket, interval, segment, etc.)
              that the input telemetry data is read from.
              "; 
          }
        }
        leaf operation {
          type leafref {
            path ../../../operations/operation/id;
          }
          description 
            "The operation to apply to the input stream(s) in order
            to compute the output stream.
            ";
        }
        container output {
          description 
            "The TSDB Partition to send the computed output to.
            ";
          leaf destination { 
            type ietf-tlm-philatelist-index:partition-ref-t; 
            description 
              "The TSDB Partition (bucket, interval, segment, etc.)
              that the aggregated telemetry data is sent to.
              "; 
          }
        }
      }
    }
    container operations {
      description 
        "The operations that may be applied during the aggregation.
        ";
      list operation {
        key id;
        description 
          "Details about which operation to apply and how.
          ";
        leaf id { 
          type ietf-tlm-philatelist-types:something; 
          description 
            "The internal id of the operation to apply.
            "; 
        }
        choice op-type {
          description 
            "A choice of basic operation types. This set of choices
            may be extended by other modules agumenting the choice.
            ";
          container linear-sum { 
            description 
            "This operation produces the sum of the input streams.

            Since the data points in the input stream are not
            likely to be perfectly aligned in time, this linear-sum
            operation produces a linear interpolation between each 
            point in the time series.
            
            This works well when all inputs are continuously
            receiving additional data points, and when their 
            frequency is roughly the same. A different summing
            operation should be chosen if this is not the case,
            e.g. most-recent-sum.
            "; 
          }
          container linear-average { description "FIXME"; }
          container linear-max { description "FIXME"; }
          container linear-min { description "FIXME"; }
          container rolling-average {
            description "FIXME";
            leaf timespan { 
              type ietf-tlm-philatelist-types:something; 
              description "FIXME"; 
            }
          }
          container filter-age {
            description "FIXME";
            leaf min-age { 
              type ietf-tlm-philatelist-types:something; 
              description "FIXME"; 
            }
            leaf max-age { 
              type ietf-tlm-philatelist-types:something; 
              description "FIXME"; 
            }
          }
          container function {
            description "FIXME";
            leaf name { 
              type ietf-tlm-philatelist-types:something; 
              description "FIXME"; 
            }
          }
        }
      }
    }
  }
}
]]></sourcecode>
      </section>
      <section anchor="assets-interface-module-for-philatelist">
        <name>Assets interface module for Philatelist</name>
        <sourcecode type="yang" markers="true"><![CDATA[
module ietf-tlm-philatelist-assets {
  yang-version 1.1;
  namespace 
    "urn:ietf:params:xml:ns:yang:ietf-tlm-philatelist-assets";
  prefix ietf-tlm-philatelist-assets;

  import ietf-lmo {
    prefix ietf-lmo;
  }
  import ietf-lmo-assets {
    prefix ietf-lmo-assets;
  }
  import ietf-tlm-philatelist-index {
    prefix ietf-tlm-philatelist-index;
  }

  organization
    "IETF OPSA (Operations and Management Area) Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>
     Editor:  Jan Lindblad
              <mailto:jlindbla@cisco.com>
     Editor:  Snezana Mitrovic
              <mailto:snmitrov@cisco.com>
     Editor:  Marisol Palmero
              <mailto:mpalmero@cisco.com>";
  description
    "This YANG module defines the Telemetry Philatelist linkage to
    DMLMO Assets.
    These definitions are for Philatelist Network Controllers.

    Copyright (c) 2024 IETF Trust and the persons identified as
    authors of the code.  All rights reserved.

    Redistribution and use in source and binary forms, with or
    without modification, is permitted pursuant to, and subject to
    the license terms contained in, the Revised BSD License set
    forth in Section 4.c of the IETF Trust's Legal Provisions
    Relating to IETF Documents
    (https://trustee.ietf.org/license-info).

    This version of this YANG module is part of RFC XXXX
    (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
    for full legal notices.
      
    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED',
    'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document
    are to be interpreted as described in BCP 14 (RFC 2119)
    (RFC 8174) when, and only when, they appear in all
    capitals, as shown here.
    ";
  
  revision 2024-04-15 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: ...";
  }

  grouping asset-pointer-g {
      description 
        "Pointer to an LMO asset.
        ";
    leaf pertains-to-asset-class {
      type leafref {
        path /ietf-lmo:lmos/ietf-lmo:lmo/ietf-lmo:lmo-class;
      }
      must 
        "derived-from-or-self(current(), 'ietf-lmo-assets:asset')";
      must "../pertains-to-asset-id";
      description 
        "The LMO Asset class of the asset.
        ";
    }
    leaf pertains-to-asset-id {
      type leafref {
        path "/ietf-lmo:lmos/ietf-lmo:lmo"+
          "[ietf-lmo:lmo-class=current()/../pertains-to-asset-class]"
          +"/ietf-lmo:inst/ietf-lmo:id";
      }
      description 
        "The LMO Asset id (within the class) of the asset.
        ";
    }
  }

  augment "/ietf-tlm-philatelist-index:tlm-index"+
          "/ietf-tlm-philatelist-index:partitions"+
          "/ietf-tlm-philatelist-index:partition" {
    description 
      "By augmenting an asset pointer into the TSDB Partition Index,
      controller may clarify which LMO Asset the data in the
      Partition pertains to.
      ";
    uses asset-pointer-g;
  }
}
]]></sourcecode>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section anchor="changes-to-be-deleted-by-rfc-editor">
      <name>Changes (to be deleted by RFC Editor)</name>
      <section anchor="from-version-01-to-02">
        <name>From version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Adopted <xref target="RFC6570"/> style URI Templates in ietf-tlm-philatelist-dashboard</t>
          </li>
          <li>
            <t>Moved up the outlook section, and clarified the relation to existing device side telemetry solutions.</t>
          </li>
          <li>
            <t>Added several informative references to prior work</t>
          </li>
          <li>
            <t>Reformatted YANG modules for shorter lines to fit IETF layout</t>
          </li>
        </ul>
      </section>
      <section anchor="from-version-00-to-01">
        <name>From version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Introduced Dashboard and Index concepts</t>
          </li>
          <li>
            <t>Restructured YANG into three controller modules: collector, index, aggregator</t>
          </li>
          <li>
            <t>Restructured YANG into one device module: provider</t>
          </li>
          <li>
            <t>Restructured YANG common parts into one abstract module: dashboard</t>
          </li>
          <li>
            <t>Split YANG modules, some contents going into poweff-specific modules</t>
          </li>
          <li>
            <t>Renamed remaining YANG modules from -poweff- to -tlm-philatelist-</t>
          </li>
          <li>
            <t>Updated text to reflect new module organization</t>
          </li>
          <li>
            <t>Added optional linkage to DMLMO assets</t>
          </li>
        </ul>
      </section>
      <section anchor="version-00">
        <name>Version -00</name>
        <ul spacing="normal">
          <li>
            <t>Initial version.</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC6570">
          <front>
            <title>URI Template</title>
            <author fullname="J. Gregorio" initials="J." surname="Gregorio"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="M. Hadley" initials="M." surname="Hadley"/>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="D. Orchard" initials="D." surname="Orchard"/>
            <date month="March" year="2012"/>
            <abstract>
              <t>A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This specification defines the URI Template syntax and the process for expanding a URI Template into a URI reference, along with guidelines for the use of URI Templates on the Internet. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6570"/>
          <seriesInfo name="DOI" value="10.17487/RFC6570"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC9195">
          <front>
            <title>A File Format for YANG Instance Data</title>
            <author fullname="B. Lengyel" initials="B." surname="Lengyel"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>There is a need to document data defined in YANG models at design time, implementation time, or when a live server is unavailable. This document specifies a standard file format for YANG instance data, which follows the syntax and semantics of existing YANG models and annotates it with metadata.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9195"/>
          <seriesInfo name="DOI" value="10.17487/RFC9195"/>
        </reference>
        <reference anchor="I-D.draft-kll-yang-label-tsdb-00">
          <front>
            <title>Mapping YANG Data to Label-Set Time Series</title>
            <author fullname="Kristian Larsson" initials="K." surname="Larsson">
              <organization>Deutsche Telekom</organization>
            </author>
            <date day="18" month="October" year="2023"/>
            <abstract>
              <t>   This document proposes a standardized approach for representing YANG-
   modeled configuration and state data, for storage in Time Series
   Databases (TSDBs) that identify time series using a label-set.  It
   outlines procedures for translating YANG data representations to fit
   within the label-centric structures of TSDBs and vice versa.  This
   mapping ensures clear and efficient storage and querying of YANG-
   modeled data in TSDBs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kll-yang-label-tsdb-00"/>
        </reference>
        <reference anchor="I-D.draft-palmero-ivy-ps-almo-01">
          <front>
            <title>Asset Lifecycle Management and Operations: A Problem Statement</title>
            <author fullname="Marisol Palmero" initials="M." surname="Palmero">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Frank Brockners" initials="F." surname="Brockners">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Sudhendu Kumar" initials="S." surname="Kumar">
              <organization>NC State University</organization>
            </author>
            <author fullname="Camilo Cardona" initials="C." surname="Cardona">
              <organization>NTT</organization>
            </author>
            <author fullname="Diego Lopez" initials="D." surname="Lopez">
              <organization>Telefonica I+D</organization>
            </author>
            <date day="24" month="April" year="2024"/>
            <abstract>
              <t>   This document presents a problem statement for assets lifecycle
   management and operations.  It describes a framework, the motivation
   and requirements for asset-centric metrics including but not limited
   to, asset adoption, usability, entitlements, supported capabilities,
   and enabled capabilities.  The document also defines an information
   model.  The primaty objectives for the problem statement document is
   to validate and proof that the framework can measure and improve the
   network operators' experience along the lifecycle journey, from
   technical requirements and technology selection through renewal,
   including the end of life of an asset.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-palmero-ivy-ps-almo-01"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.draft-ietf-opsawg-collected-data-manifest-03">
          <front>
            <title>A Data Manifest for Contextualized Telemetry Data</title>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Huawei</organization>
            </author>
            <author fullname="Jean Quilbeuf" initials="J." surname="Quilbeuf">
              <organization>Huawei</organization>
            </author>
            <author fullname="Diego Lopez" initials="D." surname="Lopez">
              <organization>Telefonica I+D</organization>
            </author>
            <author fullname="Ignacio Dominguez Martinez-Casanueva" initials="I. D." surname="Martinez-Casanueva">
              <organization>Telefonica I+D</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   Network platforms use Model-driven Telemetry, and in particular YANG-
   Push, to continuously stream information, including both counters and
   state information.  This document documents the metadata that ensure
   that the collected data can be interpreted correctly.  This document
   specifies the Data Manifest, composed of two YANG data models (the
   Platform Manifest and the Data Collection Manifest).  These YANG
   modules are specified at the network (i.e. controller) level to
   provide a model that encompasses several network platforms.  The Data
   Manifest must be streamed and stored along with the data, up to the
   collection and analytics system in order to keep the collected data
   fully exploitable by the data scientists.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-collected-data-manifest-03"/>
        </reference>
        <reference anchor="I-D.draft-claise-netconf-metadata-for-collection-03">
          <front>
            <title>Per-Node Capabilities for Optimum Operational Data Collection</title>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Huawei</organization>
            </author>
            <author fullname="Munish Nayyar" initials="M." surname="Nayyar">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Adithya Reddy Sesani" initials="A. R." surname="Sesani">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date day="25" month="January" year="2022"/>
            <abstract>
              <t>   This document proposes a YANG module that provides per-node
   capabilities for optimum operational data collection.  This YANG
   module augments the YANG Modules for describing System Capabilities
   and YANG-Push Notification capabilities.

   This module defines augmented nodes to publish the metadata
   information specific to YANG node-identifier as per ietf-system-
   capabilities datatree.

   Complementary RPCs, based on the same node capabilities, simplify the
   data collection operations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-claise-netconf-metadata-for-collection-03"/>
        </reference>
        <reference anchor="I-D.draft-netana-nmop-yang-message-broker-integration-00">
          <front>
            <title>An Architecture for YANG-Push to Message Broker Integration</title>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Ahmed Elhassany" initials="A." surname="Elhassany">
              <organization>Swisscom</organization>
            </author>
            <date day="22" month="April" year="2024"/>
            <abstract>
              <t>   This document describes the motivation and architecture of a native
   YANG-Push notifications and YANG Schema integration into a Message
   Broker and YANG Schema Registry.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-netana-nmop-yang-message-broker-integration-00"/>
        </reference>
        <reference anchor="RFC5424">
          <front>
            <title>The Syslog Protocol</title>
            <author fullname="R. Gerhards" initials="R." surname="Gerhards"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>This document describes the syslog protocol, which is used to convey event notification messages. This protocol utilizes a layered architecture, which allows the use of any number of transport protocols for transmission of syslog messages. It also provides a message format that allows vendor-specific extensions to be provided in a structured way.</t>
              <t>This document has been written with the original design goals for traditional syslog in mind. The need for a new layered specification has arisen because standardization efforts for reliable and secure syslog extensions suffer from the lack of a Standards-Track and transport-independent RFC. Without this document, each other standard needs to define its own syslog packet format and transport mechanism, which over time will introduce subtle compatibility issues. This document tries to provide a foundation that syslog extensions can build on. This layered architecture approach also provides a solid basis that allows code to be written once for each syslog feature rather than once for each transport. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5424"/>
          <seriesInfo name="DOI" value="10.17487/RFC5424"/>
        </reference>
        <reference anchor="RFC7603">
          <front>
            <title>Energy Management (EMAN) Applicability Statement</title>
            <author fullname="B. Schoening" initials="B." surname="Schoening"/>
            <author fullname="M. Chandramouli" initials="M." surname="Chandramouli"/>
            <author fullname="B. Nordman" initials="B." surname="Nordman"/>
            <date month="August" year="2015"/>
            <abstract>
              <t>The objective of Energy Management (EMAN) is to provide an energy management framework for networked devices. This document presents the applicability of the EMAN information model in a variety of scenarios with cases and target devices. These use cases are useful for identifying requirements for the framework and MIBs. Further, we describe the relationship of the EMAN framework to other relevant energy monitoring standards and architectures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7603"/>
          <seriesInfo name="DOI" value="10.17487/RFC7603"/>
        </reference>
        <reference anchor="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="RFC9232">
          <front>
            <title>Network Telemetry Framework</title>
            <author fullname="H. Song" initials="H." surname="Song"/>
            <author fullname="F. Qin" initials="F." surname="Qin"/>
            <author fullname="P. Martinez-Julia" initials="P." surname="Martinez-Julia"/>
            <author fullname="L. Ciavaglia" initials="L." surname="Ciavaglia"/>
            <author fullname="A. Wang" initials="A." surname="Wang"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>Network telemetry is a technology for gaining network insight and facilitating efficient and automated network management. It encompasses various techniques for remote data generation, collection, correlation, and consumption. This document describes an architectural framework for network telemetry, motivated by challenges that are encountered as part of the operation of networks and by the requirements that ensue. This document clarifies the terminology and classifies the modules and components of a network telemetry system from different perspectives. The framework and taxonomy help to set a common ground for the collection of related work and provide guidance for related technique and standard developments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9232"/>
          <seriesInfo name="DOI" value="10.17487/RFC9232"/>
        </reference>
        <reference anchor="Redfish" target="https://www.dmtf.org/standards/redfish">
          <front>
            <title>DMTF Redfish</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="May" day="20"/>
          </front>
        </reference>
        <reference anchor="Sensor_Service_Methods" target="https://community.se.com/t5/DCE-web-services-API/Sensor-Service-Methods/ta-p/446584">
          <front>
            <title>Schneider Electric Sensor Service Methods</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="June" day="20"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 2264?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Kristian Larsson has provided invaluable insights, experience and validation of the design.  Many thanks to the entire POWEFF team for their committment, flexibility and hard work behind this.  Thanks to James Henderson for the review, a number of small fixes and several good susggestions.  Hat off to Benoît Claise, who inspires by the extensive work produced in IETF over the years, and in this area in particular.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
nf8HWIZA6PliAQA=

-->

</rfc>
