Calle Pettersson
Calle Pettersson
Sorry, turns out I checked the wrong thing. `Win32_LogicalDisk` does contain mapped drives, but we actually use the underlying `Win32_PerfRawData_PerfDisk_LogicalDisk` class, which does not. Sadly it looks like there is...
Hi @LuisLoranca, I haven't had the opportunity to experiment with wmi_exporter in a container environment yet, but it's on my mental todo-list. Nice to see someone else trying it out!...
@datamuc That looks like a very good find, and even if the perflib exporter appears to not leak, I'd argue it it still incorrect not to close the key. It...
Hi @xflu, Re the `windows_net_current_bandwidth`, this is actually correct, but the version of the docs you are reading are for `master`, not the latest released version.
>So up to this point windows_exporter did not anyhow depend on any C bindings? Hm. It does, eg for the `container` collector (although the cgo stuff itself is in a...
@fischerman That's very odd, but thanks for the exhaustive testing! I just did a check on the full diff between those versions, and there really isn't anything apart from the...
Thanks for checking! Your comment >This seems crazy, but could the name have an effect on the start up order? ... has been bouncing around in the back of my...
Thanks for the test! It's a bit unsatisfying to not _really_ understand why, but since it does seem to fix the problem, I think we should probably add it to...
@marvtec It would be really helpful if you could open an issue for the memory leak as well, but let's look at your uninstall problems first. In some situations (eg...
>Question: How does the user handle file rotation on windows then? @Mario-Hofstaetter Well, everyone has their own favorite :) One of the reasons not to try to do it is...