The telemetry events PdfEx emits, and the single source of truth for their
names. Attach handlers with :telemetry.attach/4 (or attach_many/4).
Every event is emitted via :telemetry.span/3, so each name below actually
fires :start, :stop, and (on failure) :exception suffixed events with
the standard span measurements (:monotonic_time, :duration).
[:pdf_ex, :serialize]— wrapsPdfEx.Serializer.serialize/2. Metadata:%{dirty: non_neg_integer(), mode: :incremental | :full}.[:pdf_ex, :session, :apply]— wraps each applied session write (bothPdfEx.Session.apply_op/2andsubmit_op/2). Metadata:%{document_id: term()}.
Summary
Functions
Event prefix for PdfEx.Serializer.serialize/2.
Event prefix for session write application.
Functions
@spec serialize() :: [atom()]
Event prefix for PdfEx.Serializer.serialize/2.
@spec session_apply() :: [atom()]
Event prefix for session write application.