You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about OpenConfig rolling window min/max/avg calculation. What is the general approaches to handling error during data reading within a rolling window? For example
Skip the erroneous data
Use a placeholder value
Use a validity flag
Window recalculation
Separate error report
Thanks
Jin
The text was updated successfully, but these errors were encountered:
container output-power {
description
"The output optical power of this port in units
of 0.01dBm. If avg/min/max statistics are not supported,
the target is expected to just supply the instant value";
grouping avg-min-max-instant-stats-precision2-dBm {
description
"Common grouping for recording dBm values with 2 decimal
precision. Values include the instantaneous, average,
minimum, and maximum statistics. Statistics are computed
and reported based on a moving time interval (e.g., the last
30s). If supported by the device, the time interval over which
the statistics are computed, and the times at which the minimum
and maximum values occurred, are also reported.";
Hi,
I have a question about OpenConfig rolling window min/max/avg calculation. What is the general approaches to handling error during data reading within a rolling window? For example
Thanks
Jin
The text was updated successfully, but these errors were encountered: