Class decorator: measure what the application actually does, declaratively.
@Telemetry() registers the telemetry service provider (so constructor ({ telemetry }) works
anywhere) and the kernel middleware that traces every event through the pipeline. It is on by
default once enabled; pass enabled: false to keep the wiring and mute the collection, which is
what a test run usually wants.
The declarative half of the pair; telemetryBlueprint handed to defineStoneApp is the imperative one.
Class decorator: measure what the application actually does, declaratively.
@Telemetry()registers the telemetry service provider (soconstructor ({ telemetry })works anywhere) and the kernel middleware that traces every event through the pipeline. It is on by default once enabled; passenabled: falseto keep the wiring and mute the collection, which is what a test run usually wants.The declarative half of the pair;
telemetryBlueprinthanded todefineStoneAppis the imperative one.