Robin Palotai
Robin Palotai
Hi - it seems opening the site redirects to https://www.draw2d.org/CampingElectricCalculator/#/. Not sure if this is a related project or by accident. But seems weird.
The HTTP server https://github.com/prometheus/client_java/blob/master/simpleclient_httpserver/src/main/java/io/prometheus/client/exporter/HTTPServer.java runs a pool of 5 serving threads, so metric collection can be invoked concurrently, or at least from different threads. The design already seems to reflect...
It seems client_java/simpleclient_httpserver/src/main/java/io/prometheus/client/exporter/HTTPServer.java creates context mappings for `/` and `/metrics`, which according to https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html#mapping_description means that - without further filtering - it just responds to any url with the metrics...
This is about "connect" attachments, a special kind of attachment supported. Currently the info we can find in steampipe is `aws_ec2_transit_gateway_vpc_attachment` table (which is not really only about vpc attachments)...
The stripping might ruin valid packets which have whitespace-y bytes at front/tail. This makes requests to fakedns stall every now and then. Leaving some prints in the code about these...
Hello, In https://github.com/transferwise/envoy-api-java we replicate the proto-pull + build-artifacts steps from this repo. But it would be nicer if java-control-plane could push the generated proto artifacts, so we could use...