MetricCollector.record
void record(T value, SysTime timestamp = Clock.currTime())Records a metric value with an optional timestamp.
Parameters
value | The metric value to record. |
timestamp | The timestamp for this value (default: current time). Example: |