Release Notes: Custom Base Path Support for Metrics
Major Changes
- Added support for serving metrics and monitoring interface under a custom base path
- New configuration option
METRICS_BASE_PATH
allows specifying a custom URL path - Example: Set to
/xray/monitor
to serve metrics athttp://your-domain.com/xray/monitor
- New configuration option
Configuration Updates
- Added new configuration options:
- Environment variable:
METRICS_BASE_PATH
- CLI flag:
--metrics-base-path
- Default value: "" (empty string, serves at root path)
- Environment variable:
Documentation Improvements
- Added new section "Configuration for steal-from-yourself domain" with detailed nginx setup instructions
- Updated Docker and CLI usage examples to include the new base path parameter
- Added documentation for the new
METRICS_BASE_PATH
parameter in both English and Russian
New Contributors
- @stepkareserva made their first contribution in #38
Full Changelog: v0.3.0...v0.3.1