Nicholas Hinds

Results 10 comments of Nicholas Hinds

This bug also means that it is not possible to use an `Uploader` to upload large objects to buckets with default object lock enabled, as it ends up calling `UploadPart`...

It looks like the .jar on the [Releases](https://github.com/Vazkii/CMPDL/releases) page has gson and zip4j inlined, at least in the latest version. This is probably as simple as updating the README to...

I know this is an old issue, but for others who encounter the same thing... I ran into the same error message using Discover's OFX feed with another client. The...

Sadly not. When sending two identical OFX requests in quick succession, the second response just looks like: ``` 2000 ERROR I'm sorry, the system is unavailable right now, please try...

logrus `*Entry` does not implement [`fmt.Stringer`](https://golang.org/pkg/fmt/#Stringer) because its [`.String()` method](https://github.com/sirupsen/logrus/blob/master/entry.go#L86) returns `(string, error)` instead of `string`. Currently `.Panic(err)` outputs `panic: (*logrus.Entry) (0x123456,0x9876543210)` to stderr. If the Entry implemented `fmt.Stringer` (tested...

`discovery` jobs now use `GetMetricData` which [uses the result from AWS directly](https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/pkg/promutil/migrate.go#L109) in `migrate.go`, but `static` jobs [still use `GetMetricStatistics](https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/pkg/job/static.go#L54) and will [calculate the average of averages](https://github.com/nerdswords/yet-another-cloudwatch-exporter/blob/master/pkg/promutil/migrate.go#L147-L159). It seems this...

This same behaviour seems to also affect the IAM `ListAccountAliases` API call in the latest version. It seems like the work in #1432 will address this once it's wired in,...

I'm running into something similar. `aws_*_info` metrics for any services are not being returned if those jobs don't have any metrics. For me this is common for NLB metrics, because...

I've found the same thing after upgrading from 4.1.3 to 4.5.1, running in EC2. Our crowdstrike tenant is configured to require installation/provisioning tokens, and it seems like the current Ansible...

Sorry no, I haven't hit that. If `falconctl` isn't present I would expect the `falcon_configure` role to have also failed to apply.