-
Updated
Dec 18, 2020 - Java
tracing
Here are 673 public repositories matching this topic...
-
Updated
Jan 5, 2021 - Java
-
Updated
Jan 22, 2021 - Java
-
Updated
Jan 22, 2021 - Kotlin
-
Updated
Dec 25, 2020 - Java
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.
-
Updated
Aug 4, 2020 - Java
-
Updated
Jan 21, 2021 - Java
-
Updated
Jan 20, 2021 - Scala
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
onUpdateBookingSubscription to includecustomerandstatus - Implement
onUpdateBookingsubscription in the Fron
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
-
Updated
Jan 22, 2021 - Go
-
Updated
Dec 5, 2020 - Java
-
Updated
May 18, 2020 - HTML
-
Updated
Dec 15, 2020 - Python
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Nov 22, 2020 - Go
-
Updated
Aug 4, 2020 - C
-
Updated
Nov 30, 2020 - Java
-
Updated
Jan 15, 2021 - Java
-
Updated
Jun 30, 2020 - C#
-
Updated
Oct 28, 2020 - C
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
-
Updated
Dec 11, 2020 - Clojure
-
Updated
May 3, 2018 - C++
-
Updated
Dec 22, 2020 - F#
Improve this page
Add a description, image, and links to the tracing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tracing topic, visit your repo's landing page and select "manage topics."
Seems we have some language features not fully documented (like bitshift operators in #1322).
Would be good to go through language grammar and make sure everything is in the reference guide.