From: Zac Dover Date: Thu, 16 Jan 2025 15:49:04 +0000 (+1000) Subject: squid: src/exporter: revert incorrect lines X-Git-Tag: v19.2.3~427^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4240aff25056791f409d6b5c83ae5bcd69d10a2a;p=ceph.git squid: src/exporter: revert incorrect lines Revert part of 99f4eccb6bef444f86e6d6cbf579dc3ba975af98. The lines removed here were reported to me by Anthony D'Atri, who says that Juan Miguel Olmo told him that they should not be in the Squid branch. See https://github.com/ceph/ceph/pull/61331#issuecomment-2596058701 Signed-off-by: Zac Dover --- diff --git a/src/exporter/ceph_exporter.cc b/src/exporter/ceph_exporter.cc index 8909e30c3b4d..753768c90e21 100644 --- a/src/exporter/ceph_exporter.cc +++ b/src/exporter/ceph_exporter.cc @@ -19,8 +19,6 @@ static void usage() { " --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" - " --key-file: Path to the certificate key 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();