Touch Ungboriboonpisal
Touch Ungboriboonpisal
Adding more evidence that the current import logic seems too fragile. In my case, the `creationTimestamp` of the Secret is 7 seconds after that of the Service Account, causing the...
the relevant issue on the aws-sdk-go side: https://github.com/aws/aws-sdk-go/issues/3660
One use case would be to mirror metrics with given timestamps from other metric sources, which is the exact use case the Golang client's [NewMetricWithTimestamp](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#NewMetricWithTimestamp) is for. > This is...
@halr9000 if you're okay with doing `chown ... || true`, which seems to work for me, I can create a quick PR for that.
This definitely should be documented. @halr9000