Vitor Guidi

Results 41 comments of Vitor Guidi

I would like to take ownership of this issue. How can I go about it?

> The binary is really large. Can you try compiling it with `-Os` to reduce the size. I changed the CXX flag in clang to "clang -Oz" and the binary...

Some extra information: whenever I perform a query on cloudwatch via boto3, the metrics in a custom namespace are not returned, despite there being metrics (as showed previously in the...

Figured that one out => I was unable to query the CloudWatch api (through boto3) with the `AuroraMonitoringGrafana/PerformanceInsightMetrics` namespace. I switched to `grafana/rds` and it worked just fine. Lastly, I...

It might be a very dumb question, but I honestly do not understand why: ```So you'd need to do the whole thing single-threaded which means you need some sort of...

There is a [migration guide](https://github.com/googleapis/python-monitoring/blob/d25e49f13e6f880e77fcb0dc5ef4e3c61fba079a/UPGRADING.md#project-path-helper-method) to monitoring >=2.0, from this [stack overflow post](https://stackoverflow.com/questions/64337089/attributeerror-module-google-cloud-monitoring-v3-types-has-no-attribute-metr). Gonna look into this

https://github.com/google/clusterfuzz/pull/4062 Verified the setup.py butler script works, this should do the trick ``` python butler.py run setup --config-dir ../clusterfuzz-config/configs/internal --non-dry-run ... Done Please remember to run the migration individually on...

> Hello clusterfuzz team > > do you have an ETA for migrating to python3.11? Unfortunately we've been locked out of our clusterfuzz instance since last month, because cross origin...

#4025 has already been merged and we have been running clusterfuzz in production for >1 week at Python3.11, so it should be good now @eduarddfinity

> Do we also need to change the windows startup script? And Android and Mac? I would rather not touch Android and Mac. It is too much friction to implement...