Parapet.Deploy (parapet v1.0.0)

Copy Markdown View Source

API for emitting deployment markers as telemetry events.

Stable

This module is stable as of v1.0.0. Its public API will not change without a major-version bump and a full deprecation cycle. See Stability & Deprecation Policy for details.

Summary

Functions

Emits a [:parapet, :deploy, :mark] telemetry event.

Functions

mark(opts \\ [])

(since 1.0.0)
@spec mark(keyword() | map()) :: :ok

Emits a [:parapet, :deploy, :mark] telemetry event.

The measurements include system_time: System.system_time(:millisecond). Any provided options are included as metadata.