Bo Huang
Bo Huang
+1 on this. Our team wants to shorten Datadog StatsD flush interval to 5 sec for better granularity. Unfortunately this is not configurable. It's hard coded in this line. https://github.com/DataDog/dd-agent/blob/master/dogstatsd.py#L62...
[Question] Why "secret_key" in "data.vault_aws_access_credentials" not marked as Sensitive in schema
This feels something should have been addressed together in https://github.com/hashicorp/terraform-provider-vault/pull/844. Could not think of a reason why the same fix would not apply here. Similarly, `client_secret` in [data.vault_azure_access_credentials](https://github.com/hashicorp/terraform-provider-vault/blob/e10c370318d25b98ad4f2887265553831d38a0b4/vault/data_source_azure_access_credentials.go#L66-L70) could be...
@lfittl We plan to upgrade to v0.25.1. When will the version be published to Docker registry? ``` ➜ ~ docker pull quay.io/pganalyze/collector:v0.25.1 Error response from daemon: manifest for quay.io/pganalyze/collector:v0.25.1 not...
@lfittl Perfect! Thanks! I'll let you know whether it fixes the memory leak.
 I upgraded the collector to v0.25.1 with `PGA_DISABLE_LOGS=1`. However there's still a trend of memory leak. I'll leave it there for a longer period to conclude it.
 @lfittl I confirmed that the memory leak still exists... We currently put a memory limit on the collector pod in k8s so that it gets killed once memory usage...
@lfittl Awesome! I deployed v0.3.0 and will let you know after a few days!
@lfittl I believe the memory is still leaking on v0.3.0 
Add more information that may be helpful: I've added 83 tables to the replication set. They are about 20GB in total size. The starting differences between upstream and downstream DBs...
Thanks for the response @shuheiktgw ! In our use case, an `ExternalSecret` resource manages a Kubernetes secret that is used by applications to authenticate with Azure. ```yaml apiVersion: external-secrets.io/v1beta1 kind:...