Skip to content
#

tracing

Here are 945 public repositories matching this topic...

yurishkuro
yurishkuro commented Aug 2, 2022

Requirement

As a user downloading Jaeger images from Docker Hub, I want to be able to read a description and basic usage in the Docker Hub repositories.

Problem

Right now most of Jaeger's Docker Hub repositories contain neither description nor the readme.

Proposal

Use Docker Hub API to push the README files from the respective cmd/*** dirs when publishing Docker images.

Example

enhancement 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 Aug 3, 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 30, 2022

Due to #1498, graphviz test is broken now as follows.

$ ./runtest.py -vdp -O0 207
      ...
t207_dump_graphviz: diff result of -pg -O0
--- expect      2022-07-30 22:48:43.990733694 +0100
+++ result      2022-07-30 22:48:43.990733694 +0100
@@ -1,12 +1,7 @@
-digraph "/tmp/test_abc_bJ93Xv/t-abc" {

-splines=ortho;
-concentrate=true;
-node [shape="rect",fontsize="7",style="filled"]
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
plajjan
plajjan commented Jul 2, 2021

It seems to me that UTC is selected for on the wire representation of time as well as in the database (jaegertracing/jaeger#712), which sort of makes sense, at least with a somewhat naive handling of timezones. However, I think that the Jaeger UI should support displaying times in the timezone local to the user, i.e. of the browser as to reduce the mental load when viewing

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