Santosh Kaluskar

Results 36 comments of Santosh Kaluskar

Hey @pjbgf I would like work on this. I am not sure about couple of points, can you please clarify: - Point 1: The validation and tests needs to be...

@pjbgf Any reference/guidance for max and min length properties for strings fields?

Can I take this up? Just to reconfirm, the Metrics in `rate(go_memstats_alloc_bytes_total{namespace=\"$namespace\",pod=~\".*-controller-.*\"}[1m])` should be replaced with the one mentioned by @stefanprodan to resolve this?

> the go_memstats_heap_sys_bytes is a gauge. Thankyou @stefanprodan Does that mean, rate() shouldn’t be used here?

@stefanprodan Apologies for not testing it before raising a PR. I shall keep that in mind for the future. I referred the [Prometheus docs](https://prometheus.io/docs/practices/instrumentation/#counter-vs-gauge-summary-vs-histogram), which recomended not using `rate` on...

Thank you @stefanprodan The updated graph: ![time](https://user-images.githubusercontent.com/91916466/190686462-71bf4150-6c95-4480-91b8-9485f3a475a0.png)

> `container_memory_working_set_bytes` is the query that we should use @aryan9600 @stefanprodan Thanks for this valuable information, so for this has been a good learning experience. I tried applying the said...

> 0540722 commit has nothing to do with this PR. Sorry! my bad, I accidentally added the unrelated commit while squashing with rebase, apologies. Can I now use the `drop`...

> Please squash the commits into a single one and it's ready to go. Thanks! Done. Request review @stefanprodan @aryan9600

Thank you @stefanprodan @aryan9600