# `Parapet.Deploy`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/deploy.ex#L1)

API for emitting deployment markers as telemetry events.

> #### Stable {: .info}
>
> 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](stability.html) for details.

# `mark`
*since 1.0.0* 

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
