public interface Sensor
A Sensor is an event-based measurement interface inserted into the
running program to gather information as events occur. For example, a
request counter sensor will be called every time a request completes.
Sensors are typically implemented by Meters as their interface to the
running program.