Pris Nasrat

Results 15 comments of Pris Nasrat

What is the status here. I just got the UEFI shell to boot and it looks like others have got further in this thread. ``` build/com.docker.hyperkit -A -m 1G -s...

👍 I'm fine for lighter weight - I was just basing this on the documented contributors process. I'll hopefully have sometime next week to look at a few guests. Related...

We're probably doing the wrong thing with sparse files which `/var/log/lastlog` is, it looks like you are using the `devicemapper` storage backend Can you update this the output of `docker...

As a work around can you try the `-l` or `--no-log-init` in the `Dockerfile` ``` RUN useradd -l -u 99900000 -g users mcieslik ```

I was looking for possible features to explore to get to know the codebase some more and I wanted to see if there was still interest in this. Plumbing in...

Note for self see the example opentelemetry code for logging, note the logs API is currently unstable https://github.com/open-telemetry/opentelemetry-python/blob/main/docs/examples/logs/example.py

Hit https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1179 when using automatic trace integration that can be worked around for now. To get the automatic tracing with console logging on the 1. In a checkout of jupyterhub...

Here's a local (and not fully setup properly) jupyterhub traces in jaeger. Next I'll get everything working properly on k8s and documented, and then try with z2jh. ![image](https://user-images.githubusercontent.com/13798/212170756-2af9ca9a-ff5e-4261-9b43-1832546f3815.png)

Some incomplete notes for getting up on running with z2jh. I suspect next steps will be moving from automatic tracing to add traces and spans through various jupyter projects. ```Dockerfile...

![image](https://user-images.githubusercontent.com/13798/212412737-ea2cf297-50ca-4a45-bab1-f0e94de74d71.png)