Guillermo Sanchez Gavier
Guillermo Sanchez Gavier
A quite common pattern on actions is to have a mayor version tag like `v2` that will be pointing to the latest release of that mayor. This makes possible to...
### What did you do? We have a test to validate that Prometheus is scraping endpoints in k8s with some specific configuration. We noticed that time time the Endpoints were...
Add a workflow that runs unit tests on v3 branch. This should be valuable for reviewers of v3 fixes branches
- The `Entity` is which actually the `Data` field of the v4 Protocol. - And the `metadata.Metadata` field inside the `Entity` actually contains the definition of the `Entity`. - The...
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: #...
## Is your feature request related to a problem? Please describe. The Agent looks on a[ list of paths](https://github.com/gsanchezgavier/infrastructure-agent/blob/6fcd76dffffbf2e063f75aed2f6fea472df637c9/cmd/newrelic-infra/newrelic-infra.go#L702) for the integrations that is going to execute . During this...
adds `tls_info` flag to connections using proxy Fixes #2589 note: I wanted to add other tests but noticed that the fake server does not supports https, and there are some...
Issue: The current implementation of `tls_info(true)` is not supported when Proxy is used. The current implementation has a hardcoded `false` for some cases, like when [using](https://github.com/seanmonstar/reqwest/blob/v0.12.12/src/connect.rs#L391) socks5 on rust_tls feature,...