Joe Elliott

Results 271 comments of Joe Elliott

Ok, I was able to get this to work by copying the `ext.proto` file into my project and then reference it from my proto. `go mod vendor` doesn't seem to...

I'm not seeing that function (`writeRowsFuncOfRequired`) in the linked stacktrace. Did you mean for this reply to go to #299? I almost commented on that issue with these details, but...

Following up on this. We continue to see this issue several times per day. It occurs to me though that we may be using the library incorrectly and I'd like...

We ran some tests in our operational cluster and I can confirm that this issue does not exist on this commit: https://github.com/segmentio/parquet-go/commit/d84ed320251d0c762d7188ca10154b2f9c66060e and is present on this commit: https://github.com/segmentio/parquet-go/commit/7efc157d28afda607e07e1f003e3c2c6922932df

We have been testing performance improvements in GenericWriter vs. Writer. I believe we have recently seen the same issue. It occurred while using the GenericWriter, but we have never seen...

It appears that you are trying to parse the tls.key as a cert which will not work. Refer to discussion here: https://github.com/joe-elliott/cert-exporter/issues/19

It appears we do not. I believe this is the line that is failing: https://github.com/joe-elliott/cert-exporter/blob/master/src/exporters/certHelpers.go#L61 If go has a method for parsing the CRL format perhaps we could add it...

It appears that there is support in Go for parsing CRL: https://golang.org/pkg/crypto/x509/#ParseCRL but looking at the return value I'm not sure what'd you want reported out of this?

This sounds like a question of Prometheus configuration. I would refer you to the Prometheus configuration docs as well as any of a number of different tutorials online that show...