pablochacin
pablochacin
### Steps to reproduce 1. install upstream vagrant 2.2.2 2.install missing dependencies sudo zypper install libxslt-devel libxml2-devel libvirt-devel libguestfs-devel ruby-devel gcc 3. install plugin CONFIGURE_ARGS='with-libvirt-lib=/usr/lib with-libvirt-include=/usr/include/libvirt' vagrant plugin install vagrant-libvirt...
When testing the webdis build of "Jul 1 22:41:04 2012" with Redis 2.5.11 on Ubuntu 11.04 I've found that the websockets tests doesn't work at all. Running the websocket test...
I'm trying to use this plugin for testing a typescript project. In doing so, I need to add karma-typescript framework and setup karma to use it for compiling typescript. I'm...
### Describe the bug I'm deploying the online boutique using a kustomization that enables tracing by adding the `ENABLE_TRACING`, `COLLECTOR_SERVICE_ADDR ` and `OTEL_SERVICE_NAME` environment variables to all services. This works...
### Describe request or inquiry Enable .NET OTEL instrumentation ### What purpose/environment will this feature serve? Improve observability
### Brief summary When testing the [injection of faults in grpc protocol using the xk6-disruptor extension](https://k6.io/docs/javascript-api/xk6-disruptor/examples/inject-grpc-faults-into-service/) I notice the requests made with the k6 grpc client did not return immediately...
## Background In the [Open Telemetry API](https://opentelemetry.io/docs/specs/otel/trace/api/#) a `Span` represents a single operation within a trace. Spans can be nested to form a trace tree. Each trace contains a root...
## What? Implements a video recording API for the browser using the screencast API to capture screens and ffmpeg for converting them into a video (similar approach used by puppeteer's...
## What does this PR do? This PR is a proof of concept for gathering resource consumption stats for a container. > This is a WIP. The intention is to...
### Problem In some use cases, it would be convenient to have access to the container's stats to measure the resource (memory, CPU) consumption to detect regressions or establish a...