Shay Pletcher
Shay Pletcher
When running `RemoteContext('host').Popen(['run', 'my_command'], cwd='/some/directory')`, I would expect the `cwd` param passed to `Popen` to control the working directory from which the command is run _on the remote host,_ but...
### What's wrong? otelcol.connector.servicegraph is reporting the duration of spans in milliseconds in its exported histogram metrics (`traces_service_graph_request_client_seconds` and `traces_service_graph_request_server_seconds`). This is due to a bug in the upstream otel...
My organization uses Terraform on an Ubuntu system that requires multiple users to be able to interact with our Terraform configuration. We intended to accomplish this by putting all of...