Restore the documentation of "--prio-limit" in
src/exporter/ceph_exporter.cc and remove the documentation of
"--cert-file" in src/exporter/ceph_exporter.cc. These two changes are
made to repair damage done to this file as a result of a
miscommunication in https://github.com/ceph/ceph/pull/61331.
Signed-off-by: Zac Dover <zac.dover@proton.me>
" --sock-dir: The path to Ceph daemon sockets (*.asok)\n"
" --addrs: Host IP address on which the exporter is to listen\n"
" --port: TCP Port on which the exporter is to listen. Default is 9926\n"
- " --cert-file: Path to the certificate file when using HTTPS\n"
+ " --prio-limit: Only perf counters greater than or equal to prio-limit are fetched. Default: 5\n"
" --stats-period: Interval between daemon scrapes (seconds). Default: 5s"
<< std::endl;
generic_server_usage();