# `Relyra.Diagnostic`
[🔗](https://github.com/szTheory/relyra/blob/v1.1.0/lib/relyra/diagnostic.ex#L1)

Diagnostic bundle orchestration service.
Compiles system state and metrics into an explicitly redacted, in-memory `.zip` archive.

# `create_bundle`

```elixir
@spec create_bundle(keyword()) :: {:ok, binary()} | {:error, Relyra.Error.t()}
```

Generates an in-memory ZIP archive containing diagnostic information.

---

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