version-rs icon indicating copy to clipboard operation
version-rs copied to clipboard

Example kubernetes reflector and web server

Results 4 version-rs issues
Sort by recently updated
recently updated
newest added

the last select should function as a join but with a print of what exited, but for some reason, even with DEBUG logs, it does not print the last line...

bug
help wanted

We previously used [`actix-web-prom`](https://crates.io/crates/actix-web-prom) to give us good baseline metrics: ```sh $ curl 0.0.0.0:8000/metrics api_http_requests_duration_seconds_bucket{endpoint="/",method="GET",status="200",le="0.005"} 11 ... ... api_http_requests_duration_seconds_bucket{endpoint="/",method="GET",status="200",le="+Inf"} 11 api_http_requests_duration_seconds_sum{endpoint="/",method="GET",status="200"} 0.001559851 api_http_requests_duration_seconds_count{endpoint="/",method="GET",status="200"} 11 # HELP api_http_requests_total Total number of...

arm build works on mac! for https://github.com/clux/muslrust/pull/134 using a tag that has arm i.e. we can build for arm with muslrust and run it in a k3d cluster on mac...

seems like this could be a nice approach in general over anyhow would be better if kube also implemented Diagnostic on its error though. stashing for the future