timestamp abstract method

void timestamp(
  1. String name,
  2. DateTime value
)

Records the given timestamp.

  • name a counter name of Timestamp type.
  • value a timestamp to record.

Implementation

void timestamp(String name, DateTime value);