Raghu Siddarth Udiyar

Results 18 comments of Raghu Siddarth Udiyar

Would this also include adding the TOC to the export formats? (html / pdf)

ECS metrics out of the box are not there yet. But detailed metrics are available via the ECS Metadata stats URL (`ECS_CONTAINER_METADATA_URI` env var), that provides stats for fargate tasks...

> I think I have to remove my approval anyway, though. I don't know if this information is available. I can't find any documentation about `tcp_unacked` and why that gives...

We are using `aws ecs run-task` directly instead, and handling the exceptions.

Cpu % is calculated using deltas of the `total_usage` as per https://github.com/docker/cli/blob/6c12a82f330675d4e2cfff4f8b89a353bcb1fecd/cli/command/container/stats_helpers.go#L180 Here the ratio is multiplied by the number of CPUs. However, `cpuDelta` already includes usage across all CPUs...

Ok, but the logic above doesn't seem right. @AkihiroSuda could you please review? I couldn't find anything in git blame. Just adding that this may not be related to the...

@valyala I'm trying to find a solution to reduce the cardinality explosion that can happen due to histograms. For e.g. our biggest metrics are all histograms; in the order of...

Hi @tilgovi - is there anything that's pending on this PR? It's been open for some time (2 years now!), and I can see a lot of interest to get...

@rusackas I tested on 3.1 and it still happens - the bug is that the table autocomplete doesn't add the schema prefix, without which the query will fail.

Any reason why this hasn't been merged?