# `CommBus.Telemetry`
[🔗](https://github.com/fosferon/comm_bus/blob/v0.1.0/{path}#L{line})

Helpers for consuming CommBus telemetry events and defining common metrics.

# `metrics`
[🔗](https://github.com/fosferon/comm_bus/blob/v0.1.0/{path}#L{line})

```elixir
@spec metrics([atom()]) :: list()
```

Return Telemetry.Metrics definitions for common CommBus metrics.

# `metrics_event`
[🔗](https://github.com/fosferon/comm_bus/blob/v0.1.0/{path}#L{line})

```elixir
@spec metrics_event() :: [atom()]
```

Event emitted after each plan with inclusion/budget measurements.

# `plan_stop_event`
[🔗](https://github.com/fosferon/comm_bus/blob/v0.1.0/{path}#L{line})

```elixir
@spec plan_stop_event() :: [atom()]
```

Telemetry span stop event for context planning.

---

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