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:
parent
26a4443a78
commit
4b0100b825
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue