main
JVM entry point for the standalone Agent process.
Equivalent to calling startSyncAgent with exitOnMissingConfig = true, meaning the process terminates with a non-zero exit code if no config file or URL is provided via --config/-c or the AGENT_CONFIG environment variable. Used as the Main-Class of prometheus-agent.jar.
Parameters
args
Raw command-line arguments forwarded to AgentOptions for parsing.