Skip to content
#

tracing

Here are 927 public repositories matching this topic...

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

  • Updated Jul 1, 2022
  • Java
pocki
pocki commented Nov 29, 2021

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

Actual the windows executables (jaeger-agent.exe, jaeger-collector.exe, ...) don't have a version set. It is hard to identify the current used version and check if the actual used version is outdated.

image

Probl

help wanted good first issue
signoz
danobi
danobi commented May 9, 2020

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.

good first issue docs
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 Jul 5, 2022
  • Java
jaskij
jaskij commented Mar 1, 2022

Feature Request

tokio-rs/valuable#88 came because I realized that tracing-subscriber, specifically the json formatter, missed some of the logged events.

Crates

tracing-subscriber

Motivation

Logs, and traces, carry information. It is good to know that some of it was lost. In my case what failed to serialize was the error which caused abnormal

kind/feature good first issue crate/subscriber
honggyukim
honggyukim commented Jul 3, 2022

There are some warnings when building unittest as follows.

$ make unittest
      ...
/home/honggyu/work/uftrace/utils/data-file.c: In function ‘create_data’:
/home/honggyu/work/uftrace/utils/data-file.c:666:2: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  666 |  asprintf(&filename, "%s/sid-%.*s.map",
      |  ^~~~~~~~~~~~~
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
enhancement good first issue
yurishkuro
yurishkuro commented Jul 4, 2022

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

When running the SPM demo, see the charts asap.

Problem - what in Jaeger blocks you from solving the requirement?

it takes a few minutes before the charts start drawing any lines.

Proposal - what do you suggest to solve the problem or improve the existing situation?

The shortest time interval is 1hr, but

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