]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
squid: src/exporter: revert incorrect lines 61419/head
authorZac Dover <zac.dover@proton.me>
Thu, 16 Jan 2025 15:49:04 +0000 (01:49 +1000)
committerZac Dover <zac.dover@proton.me>
Thu, 16 Jan 2025 15:49:04 +0000 (01:49 +1000)
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 <zac.dover@proton.me>
src/exporter/ceph_exporter.cc

index 8909e30c3b4d46fcffd3d3c0781ca00d971ac923..753768c90e21701ebd962bfb341bba3d42f90dbd 100644 (file)
@@ -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();