Monitorex (monitorex v0.5.0)

Copy Markdown

Monitorex provides HTTP monitoring capabilities.

This is the main entry point for the library. Start monitoring by configuring sources and mounting the dashboard in your Phoenix router.

Configuration

config :monitorex, :sources, [:tesla, :finch, :req, :phoenix]

See the Getting Started guide for setup instructions.

Summary

Functions

Returns per-table and total ETS memory usage in words.

Functions

memory_usage()

Returns per-table and total ETS memory usage in words.

Use this to monitor Monitorex's memory footprint at runtime.

Returns a map with :tables (per-table details), :total_words, and :total_kb.