Tom Moulard
Tom Moulard
### What does this PR do? This PR superseeds the PR #8432 from @OmarElawady by adding `bytes_sent` and `bytes_received` metrics for all metric backend. It refactors the access log middleware...
### What does this PR do? This PR adds support [OpenTelemetry](https://opentelemetry.io/) traces and metrics. ### Motivation To have more tracing and metrics backends. This PR fixes #6374 ### More -...
### What does this PR do? This PR adds support for IPv6 addresses on the docker provider. IPv4 IP address takes precedence over IPv6 ones. ### Motivation This PR allows...
Here's a list of targets in not particular order: - [x] `supportedBackend` needs to be updated (fixed by #67) - [x] `Context.Context` store support (#43) - [ ] Change errors...
This PR adds the [Traefik Hub](https://hub.traefik.io) integration for the stack. [doc](https://doc.traefik.io/traefik-hub). This PR breaks `Health-checks-traefik` integration tests as traefik cannot launch properly without hub now. WDYT @SailReal ?
### The following program `sample.go` triggers an unexpected result ```go // https://play.golang.org/p/0PdHaKzDNGy package main import "fmt" func main() { toto, titi := 1, toto fmt.Printf("toto: %d, titi: %d\n", toto, titi)...
When opening a file that has already a swap file attached(i.e. another nvim instance has the file opened), and "Aborting" when prompted. 'Abort' prompt ``` Swap file "/tmp/file.txt.swp" already exists!...
As [Theia](https://github.com/theia-ide/theia-apps) as been archived, it may be a good time to look for other web based IDE. VSCode could be a good alternative, but they do not allow [publishing...
**What this PR does / why we need it**: This PR updates a link to the ssh mount type in the ssh build attribute doc that was moved.
This PR adds the status handler that let the plugin check the status code of the request. As the requests has been already forwarded, the next request will be blocked....