-
Updated
Apr 20, 2022 - Java
tracing
Here are 896 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 22, 2022 - Java
-
Updated
Apr 24, 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 22, 2022 - Java
Feature Request
Crates
tracing_attributes
Motivation
Sometimes it's useful to be able to set the parent span when using this macro. One use case would be for structs which have their own span and want to instrument their methods.
Proposal
Add a new argument to tracing_attributes::instrument
to allow explicitly setting the parent span, instead of inheriting from
-
Updated
Apr 4, 2022 - Java
It will be useful to have the help specific to use case.
Existing Behavior:
uftrace --help
and uftrace replay --help
gives the same help prompt.
New Behavior:
uftrace --help
can give the help for entire application.
uftrace replay --help
can give the help for uftrace replay only.
Reason:
- This will help narrow down the options available for subprogra
-
Updated
Apr 22, 2022 - Go
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
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 21, 2022 - Java
-
Updated
Apr 23, 2022 - Scala
-
Updated
Apr 23, 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