Nyl 0.10.2 introduced support for NYL_PYROSCOPE_URL which can be used to have it send continuous profiling data to a Pyroscope server.
In some places in the code, we use the pyroscope.tag_wrapper() context manager to annotate stack traces taken from the thread inside the manager with additional tags.
Unfortunately it seems these tags don't make it into Pyroscope.

Nyl 0.10.2 introduced support for
NYL_PYROSCOPE_URLwhich can be used to have it send continuous profiling data to a Pyroscope server.In some places in the code, we use the
pyroscope.tag_wrapper()context manager to annotate stack traces taken from the thread inside the manager with additional tags.Unfortunately it seems these tags don't make it into Pyroscope.