Bo Huang

Results 21 comments of 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...

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.

![image](https://user-images.githubusercontent.com/10553863/71219685-ceda7800-227a-11ea-8456-582d9d6df373.png) 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.

![image](https://user-images.githubusercontent.com/10553863/71285562-51fedb00-231a-11ea-9ca7-45e72c8eacc1.png) @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 ![image](https://user-images.githubusercontent.com/10553863/84837154-46038580-afec-11ea-92f2-840a55fee088.png)

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:...