Mark Frost

Results 15 issues of Mark Frost

The socket.io probe https://github.com/RuntimeTools/appmetrics/blob/master/probes/socketio-probe.js works fine with socket.io@2 However socket.io was rewritten for it's v3 and v4. The socket.io interface has changed slightly, causing the following exception to be thrown...

A quick workaround for issue https://github.com/RuntimeTools/appmetrics/issues/649 I'm afraid this isn't a proper fix, and only avoids installing the socket.io probe for newer versions where that doesn't currently work. The socket.io...

Fixes a tiny typo

For issue https://github.com/quay/clair/issues/1962 `GET /matcher/api/v1/vulnerability_report/` returns HTTP404 when the index report is not complete, instead of a partial vulnerability report based on whatever is present in the index This doesn't...

### Description of Problem / Feature Request A potentially incorrect Clair vulnerability report is returned when the digest's index report has not completed successfully (ie. index report is not in...

### Description of Problem / Feature Request `cmd/clair/main.go` installs a signal handler (SIGINT only) to perform a graceful shutdown. I don't think this is working as desired ### Expected Outcome...

An attempt to address issue https://github.com/quay/clair/issues/1946 👍 Adds signal handling for SIGTERM 👍 Allows graceful shutdown to complete (instead of HTTP requests in-flight being terminated suddenly) 👎 doesn't allow time...

File /repl/xmlpubtk/loadqueue/LoadQueue.jar seems to be corrupt or non-standard in some way **Evidence:** download https://github.com/IBM/db2-samples/blob/master/repl/xmlpubtk/loadqueue/LoadQueue.jar inspect with - ``` # jar tf /tmp/LoadQueue.jar java.util.zip.ZipException: invalid END header (bad central directory offset)...

Fixes https://github.com/quay/claircore/issues/1326 Support publishing pxgpool stats from two different pools as Prometheus metrics with different `application_name` labels. A clair running in `combo` mode after: ```sh $ curl -s localhost:6061/metrics |...

As I understand it, running Clair in combo mode should be able to export Prometheus metrics for both `libindex` and `libvuln` pgxpool connection-pools. However, running in `combo` mode startup logs...