-
Updated
Mar 18, 2021 - Java
tracing
Here are 724 public repositories matching this topic...
-
Updated
Apr 13, 2021 - Java
-
Updated
Apr 30, 2021 - Java
-
Updated
May 2, 2021 - Go
-
Updated
Apr 26, 2021 - Java
-
Updated
Feb 28, 2021 - Java
We can fix the following warning in tests/s-dwarf2.cpp.
$ g++ tests/s-dwarf2.cpp
tests/s-dwarf2.cpp: In function ‘int main()’:
tests/s-dwarf2.cpp:30:17: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
30 | A(E, FOO, BAR, "debug info test");
| ^~~~~~~~~~~~~~~~~
$ clang++ tests/s-dwarf2.cpp
tests/s-dwarf2.cpp:30:17: warning
-
Updated
Aug 4, 2020 - Java
-
Updated
Apr 30, 2021 - Java
Feature Request
Crates
tracing-core
Motivation
The Collect trait currently has several methods with default implementations that return an Option or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a
-
Updated
May 1, 2021 - Go
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
-
Updated
Apr 30, 2021 - Scala
-
Updated
Apr 30, 2021 - Java
-
Updated
May 18, 2020 - HTML
Providing a single click Heroku deploy option may be a good idea to make it easy to test SigNoz for developers.
Tasks
- Check if current SigNoz docker can run in Heroku free tier and the compute requirements are served in the free tier of Heroku. Goal is not to test with high load but to get the application up and running with sample Hot ROD application
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Dec 15, 2020 - Python
-
Updated
Mar 12, 2021 - Go
-
Updated
May 2, 2021 - TypeScript
-
Updated
Aug 4, 2020 - C
-
Updated
Apr 30, 2021 - Java
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
Mar 10, 2021 - Java
-
Updated
Apr 21, 2021 - C
-
Updated
Feb 18, 2021 - C#
-
Updated
May 3, 2018 - C++
-
Updated
Dec 11, 2020 - Clojure
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.