-
Updated
Apr 7, 2022 - Java
trace
Here are 472 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Go
-
Updated
Dec 1, 2021 - Go
-
Updated
Apr 22, 2019 - Java
-
Updated
Mar 31, 2022 - Go
At the moment of writing this issue, kubectl trace only supports X86-64 as target architecture.
The tool should be able to schedule bpftrace programs against all the architectures supported by bpftrace, that are X86-64 and arm64 (aarch64) see the Cmake definition.
To achieve that we n
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Feb 2, 2022 - JavaScript
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
-
Updated
Apr 5, 2022 - Java
-
Updated
Mar 18, 2022 - C#
-
Updated
Jan 26, 2022 - Go
-
Updated
Jan 22, 2022 - C
-
Updated
May 15, 2019 - Java
-
Updated
Jan 13, 2022 - Go
-
Updated
Jul 19, 2021 - Go
-
Updated
Sep 14, 2021 - PHP
-
Updated
Apr 7, 2022 - Python
-
Updated
Jun 13, 2021 - Ruby
-
Updated
Apr 8, 2021 - Ruby
-
Updated
Apr 4, 2022 - JavaScript
Improve this page
Add a description, image, and links to the trace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trace topic, visit your repo's landing page and select "manage topics."
It will be useful to have the help specific to use case.
Existing Behavior:
uftrace --help
anduftrace 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: