Neil Ferreira

Results 7 comments of Neil Ferreira

@saschnet FWIW it looks like this project supports multiprocess collection by simply setting the "prometheus_multiproc_dir" environment variable. https://github.com/trallnag/prometheus-fastapi-instrumentator/blame/master/prometheus_fastapi_instrumentator/instrumentation.py#L257-L267

> Hello, I am having the same issue, I am running my python app using gunicorn and the metrics are really very strange. I have followd your solution (except that...

+1 on this issue. I am running into this as well, unfortunately this specific ticket didn't come up in my Google searches but I did find https://github.com/prompt-toolkit/python-prompt-toolkit/issues/354 and someone posted...

@Dilski @pahud I think there is going to be a bit more to this? You are right, Serverless V2 is built on top of the [AWS::RDS::DBCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html) resource, but so is...

Related https://github.com/aws/aws-cdk/pull/25437 (cc @corymhall)

Does anyone have any useful/comprehensive resources on how to implement an Aurora Serverless v2 database cluster using CDK? I've stumbled upon a few examples, but at a minimum, we still...