-
Updated
Apr 29, 2022 - Java
tracing
Here are 900 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Java
-
Updated
May 3, 2022 - Java
-
Updated
May 2, 2022 - Go
Bug description
When the backend API responds with 500 error code then the loader on charts section loads infinitely
Expected behavior
Charts should show No Data like in trace table.
Version information
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.
-
Updated
Apr 27, 2022 - Java
Trace files are big and compress really well, 5x-ish in my experience. Could magic-trace write out compressed traces instead of raw traces?
Perfetto already has support for loading gzipped traces. But gzip is really slow (fingers crossed for Sapphire Rapids, but that's years from being commonplace).
As far as I can tell, we have two options here:
- teach magic-trace to write gzipped trace
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
-
Updated
Apr 4, 2022 - Java
memory leaks in t252
$ make ASAN=1
$ cd tests
$ ./runtest.py -vdp -O0 252
Start 1 tests with 1 worker
Test case pg
------------------------: O0
build command: gcc -o t-abc -fno-inline -fno-builtin -fno-ipa-cp -fno-omit-frame-pointer -D_FORTIFY_SOURCE=0 -pg -O0 s-abc.c
test command: /home/honggyu/work/uftrace/git/uftrace/uftrace live --no-pager --no-event --libmcount-path=/home/honggyu/wor
-
Updated
May 2, 2022 - 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
onUpdateBooking
Subscription to includecustomer
andstatus
- Implement
onUpdateBooking
subscription in the Fron
-
Updated
Mar 16, 2022 - Java
-
Updated
Apr 27, 2022 - Java
-
Updated
Apr 29, 2022 - Scala
-
Updated
May 2, 2022 - JavaScript
-
Updated
Apr 18, 2022 - Go
-
Updated
Oct 30, 2021 - Erlang
-
Updated
Jan 11, 2022 - TypeScript
-
Updated
May 18, 2020 - HTML
-
Updated
Feb 16, 2022 - Java
-
Updated
Jan 28, 2022 - C++
The recently added flags in timescale/promscale#578 are yet to be updated in prom-migrator's readme which can be found here.
-
Updated
Apr 14, 2022 - Python
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
-
Updated
May 27, 2021 - C
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."
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.
Probl