nameko-tracer icon indicating copy to clipboard operation
nameko-tracer copied to clipboard

Results 5 nameko-tracer issues
Sort by recently updated
recently updated
newest added

Hi, While generating trace logs, timestamp generated is in `UTC` time. How can I use `local` timestamp instead of UTC time. Environment: * Ubuntu 20.04 * Python 3.8.10 * nameko_tracer...

Adds support for Python 3.10. Changes: - Import Mapping from collections.abc.

Apply a few static checks using [pre-commit](https://github.com/pre-commit/pre-commit). Most of the changes is reformatting the code done by [black](https://github.com/ambv/black) and [isort](https://github.com/timothycrosley/isort).

Hi, When using `nameko_tracer.formatters.JSONFormatter`, logging fails with the following trace: ``` --- Logging error --- Traceback (most recent call last): File "c:\Users\chris.platts\AppData\Local\Programs\Python\Python36-32\lib\logging\handlers.py", line 633, in emit s = self.makePickle(record) File...

Hi, your project nameko-tracer(commit id: 0f9e3215134df8e39fed30aebd79e033178df680) requires "nameko==2.8.5" in its dependency. After analyzing the source code, we found that the following versions of nameko can also be suitable, i.e., nameko...