# Membrane Telemetry Metrics v0.1.3 - Table of Contents

> TelemetryMetrics for Membrane Multimedia Framework

## Pages

- [Membrane Telmetry Metrics](readme.md)
- [LICENSE](license.md)

## Modules

- [Membrane.TelemetryMetrics](Membrane.TelemetryMetrics.md): Defines macros for executing telemetry events and registering processes with events.
Provided macros evalueates to meaningful code or to nothing, depending on config values, in order to achieve performance boost, when specific event or whole telemetry is not in use.

- [Membrane.TelemetryMetrics.Reporter](Membrane.TelemetryMetrics.Reporter.md): Attaches handlers to :telemetry events based on the received list of metrics definitions.
The attached handlers store metrics values in ETS tables.
These values can be gotten by calling `scrape/2` function or also reset by calling `scrape_and_cleanup/2`.

## See Also

- [Membrane Framework AI Skill](https://hexdocs.pm/membrane_core/skill.md)
- [Membrane Core](https://hexdocs.pm/membrane_core/llms.txt)
