Ruben Laguna
Ruben Laguna
This was closed as completed but still it's not implemented as of timecop 0.9.8 . I checked with ```ruby def test_process_clock_gettime_fail time1 = Time.now Timecop.freeze(time1) do time2 = Process.clock_gettime(Process::CLOCK_MONOTONIC) sleep...
Regarding timestamps #12932, I guess most of the time user would like to see millisecond or microseconds resolution, a configurable `strftime() format specification` won't cut it because there is **no...
I found a workaround that I described at https://stackoverflow.com/a/49280254/90580 Basically since it's possible to provide my own client instances of `AmazonKinesis`, `AmazonCloudWatch` and `AmazonDynamoDB ` via `Worker.Builder.kinesisClient(myClient)`, etc the problem...
@zeynepsu , can you comment on how is this completed?
> I can keep open and update this issue when we support X-Ray natively if that is something you are still interested in. @zeynepsu , yes, please, that would be...
Yes, I guess #7639 fixes it already.
The workaround is to downgrade to `langchain==0.0.226`
#7639 solved this issue
With `amazon-cloudwatch-agent` you can exclude pods by adding the k8s annotation `aws.amazon.com/cloudwatch-agent-ignore: true` , that is defined in [plugins/processors/k8sdecorator/stores/podsstore.go](https://github.com/aws/amazon-cloudwatch-agent/blob/dd1be96164c2cd6226a33c8cf7ce10a7f29547cf/plugins/processors/k8sdecorator/stores/podstore.go#L31) but I agree that `amazon-cloudwatch-agent` should have a more flexible approach...
@bugoverdose , @natasha41575, @pwittrock , @seans3 any chance of looking into this? The [Reference](https://kubectl.docs.kubernetes.io/references/) > [Kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/) > [kustomization](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/)> [replacements](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/) > [Field Descriptors](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/replacements/#field-descriptions) looks like this currently: 