For the complete documentation index, see llms.txt. This page is also available as Markdown.

📈Statistics and Logs

Statistics

This page shows basic stats about your content folder, as well as your most used tags.

Logs

This page allows you to quickly see logs from the app, in case something went wrong. If you enable Debug Mode in Configuration, more logs will be displayed.

Metrics

LANraragi supports exporting server metrics via the /api/info/metrics endpoint in the text-based Prometheus exposition format, allowing you to see server analytics and trendlines using a Prometheus/Grafana stack.

The /api/info/metrics endpoint is disabled by default. To enable this feature, go to the "Global Settings" configuration and toggle on "Enable Metrics". Then, restart the server.

Supported metrics include:

  • Number of total archives and workers

  • Number of requests handled and total request handling duration for a given endpoint and worker

  • CPU, memory and file-descriptor statistics

  • Miscellaneous server info (version, version name)

Last updated