leoruiz
leoruiz
> To trace requests to the `postgresql` database, you must instrument with the [postgresql](https://github.com/census-instrumentation/opencensus-python/tree/master/contrib/opencensus-ext-postgresql) instrumentation. I believe what I am referring to is the "dependency", opencensus-ext-django adds tracing to outgoing...
The job is not created with succeeded set to 1, the statuses I posted were the whole status. This is running on the cluster already. I am gonna try to...
I tried replacing my job with just `sleep 120` I am getting the same results. I just noticed on the output I get the following when the status changes to...
I did not change the diffbase settings. This is how I am changing settings ``` @kopf.on.startup() async def startup_fn(settings: kopf.OperatorSettings) -> None: settings.posting.level = logging.WARNING settings.watching.connect_timeout = 60 settings.watching.server_timeout =...
No need to apologize, I greatly appreciate your help. Thank you
This app is exactly what I have been looking for. Thank You!