The Wayback Machine - https://web.archive.org/web/20210503002234/https://github.com/topics/tracing
Skip to content
#

tracing

Here are 724 public repositories matching this topic...

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Mar 18, 2021
  • Java
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 Apr 26, 2021
  • Java
honggyukim
honggyukim commented Apr 26, 2021

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
hawkw
hawkw commented Feb 23, 2021

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

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
signoz
pranay01
pranay01 commented Apr 19, 2021

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
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