Command Line arguments for the Prometheus Client

Command Line Arguments for PromClient

The PromClient accepts specific command line arguments to control its behavior and configuration:

  1. -f [filename]: Specifies the YAML configuration files to use. Multiple files can be listed, each preceded by -f. The nodejs manager will search for YAML configuration files both in the project folder and in any folders specified by the proj_path property in the configuration file.
  2. -p [port number]: Sets the port number on which the PromClient will run. Default is 3001.