Guillaume Pagnoux
Guillaume Pagnoux
### What does this PR do? This PR adds detection and reporting of client-side failed TCP connections. Those are sorted per connection tuples, with a counter of the number of...
### What does this PR do? This PR allows us to classify a connection by parsing a valid Application data TLS record header. This allows us to classify the connection...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
This add a new FailedConnections array in the Connection message. This will be needed to add failing TCP connections tracking in system-probe.
### What does this PR do? Adds a configuration option to service discovery to control the minimum delay between CPU usage updates. This prevents things like manually checking the discovery...
### What does this PR do? This PR makes the E2E test output for service discovery show more information about the running services, as well as being more precise as...
### What does this PR do? What is the motivation? Update the list of USM currently supported protocols ### Merge instructions - [x] Please merge after reviewing ### Additional notes
### What does this PR do? What is the motivation? Adding values to disable SELinux for the system-probe container when enabling Istio monitoring, when using the Bottlerocket distribution on Kubernetes...
### What does this PR do? This PR allows the process collector to run when process collection is disabled, only collecting service information and storing Service Discovery only fields. ###...