mattdurham

Results 76 comments of mattdurham

This may be related to https://github.com/google/cadvisor/issues/3232, we also have updated the dependencies so if you are affected by this give it another try and let us know.

Let's add a disclaimer to cadvisor component to reference not using latest.

`CoUninitialize should be called on application shutdown, as the last call made to the COM library after the application hides its main windows and falls through its main message loop.`...

My thought on the default to not polling is related to this comment `Pricing per API calls for Secrets Manager is much expensive compared to AWS SSM Parameter Store and...

Apologies was at kubecon, it is an undocumented set of values you can see them in the code here. https://github.com/grafana/agent/blob/c2c40f8a27abe71e35eedf440ab25ae44bf8a9ff/pkg/server/tls.go#L17 . Under http_tls_config you would have a min_version and max_version...

If I recall correct you need a specific openssl to work with windows properly. I found it easier to import the certificates into firefox/chrome trust them and then hit the...

You may need to limit your suites to the one the certificate is using. The windows certificate store doesnt let you investigate the certificate so its very possible the default...

I wonder if its related to https://github.com/golang/go/issues/45990

Its so hard to test, since its certificates and you cant really share that. Does it work if you dont use the certificate store but instead export them and reference...