distributed-tracing
Here are 372 public repositories matching this topic...
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
-
Updated
Apr 4, 2022 - Java
-
Updated
Apr 15, 2022 - Java
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
-
Updated
Apr 15, 2022 - Java
-
Updated
Apr 4, 2022 - Java
I think it would be to good to have a rpm/linux package for tempo backend like Grafana does (below), or at least official docs of how to install in a linux env without containers.
-
Updated
Mar 31, 2022 - Go
Bug Report
If you use the B3 propagator with e.g. the Grpc.Core instrumentation then it fails to connect the parent spans to the new server spans because gRPC headers are always lower case.
The issue is that the B3 propagator does not store the headers as lower case and then this line in the Grpc.Core instrumentation does not do case-insensitive comparison: https://github.com/open-telemetry/
-
Updated
Apr 15, 2022 - Java
-
Updated
Apr 15, 2022 - C#
-
Updated
Apr 11, 2022 - Scala
-
Updated
Jan 10, 2022 - Go
The opentelemetry-sdk-metrics-base
currently contains an outdated example that is not linked by lerna
and therefore uses (also outdated) packages from npm
. This issue includes updating the example to the new metrics packages once they are released (0.28
) to npm
. The package should also be moved to the examples/
directory.
-
Updated
Apr 15, 2022 - Scala
-
Updated
Mar 15, 2022 - C#
Intake API
Extend transaction Intake API to accept transaction.dropped_spans_stats.service_target_type
and transaction.dropped_spans_stats.service_target_name
.
Aggregated Metrics Calculation
Extend transaction.DroppedSpanStats
to contain the service_target_*
fields. For calculating related span m
-
Updated
Jul 26, 2021 - Java
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
Feb 27, 2022 - Vue
-
Updated
Mar 31, 2022 - Java
-
Updated
Apr 5, 2022 - Java
-
Updated
Apr 14, 2022 - Vue
-
Updated
Dec 14, 2021 - Go
-
Updated
Apr 11, 2022 - JavaScript
@thegryfon noticed that in community axios implementations, some leak contexts and you wouldn't necessarily know until a second root trace is attempted.
here's an example scenario I think tests could cover:
there is no parent trace in scope
create a client request
create a second client request
verify that both client requests are root spans
-
Updated
Jan 13, 2022 - Go
Is your feature request related to a problem? Please describe.
The ..
module has a conditional dependency on the parseurl
library. This library is not an agent dependency. However, if parseurl
is present then the agent will use it instead of it's own home grown URL parsing.
We've had users report that this conditional `re
Improve this page
Add a description, image, and links to the distributed-tracing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-tracing topic, visit your repo's landing page and select "manage topics."
Search before asking
Description
The plugin
HttpPlugin
of nodejs agent not intercept the methodhttp.get
Use case
No response
Related issues
No response
Are you willing to submit a PR?