Skip to content
#

tracing

Here are 677 public repositories matching this topic...

transmittable-thread-local

📌 TransmittableThreadLocal(TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

  • Updated Feb 5, 2021
  • Java
honggyukim
honggyukim commented Oct 23, 2019

The current tui graph mode only shows "total" by default, but it could show more fields from the command line option -f.

It'd be better to provide a way to customize fields in graph mode in interactive mode. I think f key can be mapped for this purpose. It could show a new box window just like h key for help message, then provide check boxes for each field.

heitorlessa
heitorlessa commented Jul 1, 2019

Out of scope during Twitch Series but a nice to have feature that can be implemented

Booking is not currently using Subscription, and it could be done by leveraging parametrized Subscriptions.

Tasks to complete in order to implement this feature:

  • Modify onUpdateBooking Subscription to include customer and status
  • Implement onUpdateBooking subscription in the Fron
Hoverbear
Hoverbear commented Oct 26, 2020

Feature Request

Crates

tracing::instrument

Motivation

The tracing::instrument proc macro is incredibly useful, and the docs encourage users to use it, as well as set a level. Not all users read documentation, so many use defaults. (Like me)

By default, they seem to decorate at all logging levels, which can impact performance for users in unexpected ways.

We met thi

chrvo
chrvo commented Nov 25, 2020

Requirement - what kind of business use case are you trying to solve?

Our traces contain data that is covered by GDPR (european user privacy regulations) and, thus developers do not have direct access to all traces. If an error occurs, relevant traces has to be filtered out and the relevant ones are forwarded to the developer.

Another use case:
It would be nice to just attach files with

Improve this page

Add a description, image, and links to the tracing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tracing topic, visit your repo's landing page and select "manage topics."

Learn more