fix(plasmavmc): Change metrics port from 9095 to 9102

Avoid potential port conflict with other services.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
centra 2025-12-19 17:04:57 +09:00
parent 26a4443a78
commit 4b0100b825

View file

@ -40,7 +40,7 @@ struct Args {
firecracker_rootfs_path: Option<PathBuf>, firecracker_rootfs_path: Option<PathBuf>,
/// Metrics port for Prometheus scraping /// Metrics port for Prometheus scraping
#[arg(long, default_value = "9095")] #[arg(long, default_value = "9102")]
metrics_port: u16, metrics_port: u16,
} }