gs_dbmind component opengauss_exporter --help usage: [-h] --url URL [--config-file CONFIG_FILE] [--include-databases INCLUDE_DATABASES] [--exclude-databases EXCLUDE_DATABASES] [--constant-labels CONSTANT_LABELS] [--web.listen-address WEB.LISTEN_ADDRESS] [--web.listen-port WEB.LISTEN_PORT] [--disable-cache] [--disable-settings-metrics] [--disable-statement-history-metrics] [--disable-https] [--disable-agent] [--ssl-keyfile SSL_KEYFILE] [--ssl-certfile SSL_CERTFILE] [--ssl-ca-file SSL_CA_FILE] [--parallel PARALLEL] [--log.filepath LOG.FILEPATH] [--log.level {debug,info,warn,error,fatal}] [-v]
openGauss Exporter (DBMind): Monitoring or controlling for openGauss. optional arguments: -h, --help show this help message and exit --url URL openGauss database target url. It is recommended to connect to the postgres database through this URL, so that the exporter can actively discover and monitor other databases. --config-file CONFIG_FILE, --config CONFIG_FILE path to config file. --include-databases INCLUDE_DATABASES only scrape metrics from the given database list. a list of label=value separated by comma(,). --exclude-databases EXCLUDE_DATABASES scrape metrics from the all auto-discovered databases excluding the list of database. a list of label=value separated by comma(,). --constant-labels CONSTANT_LABELS a list of label=value separated by comma(,). --web.listen-address WEB.LISTEN_ADDRESS address on which to expose metrics and web interface --web.listen-port WEB.LISTEN_PORT listen port to expose metrics and web interface --disable-cache force not using cache. --disable-settings-metrics not collect pg_settings.yml metrics. --disable-statement-history-metrics not collect statement-history metrics (including slow queries). --disable-https disable Https scheme --disable-agent by default, this exporter also assumes the role of DBMind-Agent, that is, executing database operation and maintenance actions issued by the DBMind service. With this argument, users can disable the agent functionality, thereby prohibiting the DBMind service from making changes to the database. --ssl-keyfile SSL_KEYFILE set the path of ssl key file --ssl-certfile SSL_CERTFILE set the path of ssl certificate file --ssl-ca-file SSL_CA_FILE set the path of ssl ca file --parallel PARALLEL not collect pg_settings.yml metrics. --log.filepath LOG.FILEPATH the path to log --log.level {debug,info,warn,error,fatal} only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal] -v, --version show program's version number and exit