await got()

in source/services/preReqManager/lib/common/metrics/index.ts [43:51]


      await got(endpoint, {
        port: 443,
        method: "POST",
        headers: {
          "Content-Type": "application/json",
          "Content-Length": "" + JSON.stringify(metric).length,
        },
        body: JSON.stringify(metric),
      });