Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 17:11
· 79 commits to main since this release
b27fa49

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 at http://your-domain.com/xray/monitor

Configuration Updates

  • Added new configuration options:
    • Environment variable: METRICS_BASE_PATH
    • CLI flag: --metrics-base-path
    • Default value: "" (empty string, serves at root path)

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

Full Changelog: v0.3.0...v0.3.1