Joost van den Brandt

Results 25 comments of Joost van den Brandt

I also wanted to create this feature request. In our scenario, the sql exporter is running in a container within Kubernetes. And the connection string is now passed to the...

@TimSC do you perhaps have any news on your implementation? Is the current version stable, and are there any plans to merge your code with this repo?

@swoehrl-mw can we re-open this issue? It hasn't been fixed in the current release

We have the same issue. Is there a way to exclude all packages that use the installed runtime (and thus are not really packages)?

Both would be needed in our case. PriorityClass is needed as we want to give operators another priority over the instances that it creates. Labels are needed especially for metric...

There is an vulnerability reported by Microsoft (that is also discovered by Trivy) that explains how to detect if you need to update a transitive dependency: https://github.com/advisories/GHSA-8g2p-5pqh-5jmc#:~:text=Discovering%20and%20fixing,the%20transitive%20dependency.

Hey @DmitriyLewen thank you for investigating this. I enabled the lock file and did not find any reference to `System.Private.Uri`. I did however find out that, although my application targets...

That's correct. It appears multiple times (in a self contained build output) I've tried to isolate the JSON structure that's relevant. These are all occurrences of the search (search term...

The package.lock.json does contain `"System.Runtime.Extensions": "4.3.0"` It does not contain `runtime.any.System.Runtime` or `runtime.unix.System.Runtime.Extensions` or `System.Private.Uri`

> I also see some pattern - perhaps the version from System.Private.Uri.dll is the NetCore version, not System.Private.Uri version. I believe that is true. `System.Private.Uri` is part of the NetCore...