distributed-tracing
Here are 289 public repositories matching this topic...
-
Updated
Jan 5, 2021 - Java
Publish test report
One feature I always missed from Jenkins was the ability to easily view the test report for a specific run, and apparently, there's a good candidate for this feature being proposed for the otelcol repository:
open-telemetry/opentelemetry-collector#2531
https://github.com/EnricoMi/publish-unit-test-result-action
We should try it out in this repository as well.
-
Updated
Mar 6, 2021 - Java
-
Updated
Mar 3, 2021 - Java
-
Updated
Feb 28, 2021 - Java
-
Updated
Mar 1, 2021 - Go
-
Updated
Mar 4, 2021 - Java
Describe the bug
make vendor-check fails when the path has spaces, for example /Users/username/Path With Spaces/work/savishy-tempo.
The error is docker: invalid reference format. which I have seen typically when Docker thinks we are passing it incorrect arguments.
I moved to a path without spaces i.e. /Users/username/savishy-tempo and make vendor-check works fine.
My first gue
-
Updated
Mar 6, 2021 - Scala
-
Updated
Mar 1, 2021 - C#
-
Updated
Mar 5, 2021 - Scala
Tracking issue, similar to jaegertracing/jaeger#2645
Done:
- #548
- #549
- #550
Remaining:
- publish crossdock images
- remove .travis.yml
- update build badge in README
- change required checks to new GH jobs
After the merge of this PR: open-telemetry/opentelemetry-dotnet#1548
We should create more unit tests just like open-telemetry/opentelemetry-dotnet#1537 to validate the full behavior.
User Research
-
Updated
Feb 25, 2021 - C#
-
Updated
Mar 5, 2021 - Go
-
Updated
Mar 4, 2021 - Java
The Contributing.md defines that it's possible to "lint" all of the modules by running
npm lint
However, using NPM 6.14.8 this produces
> npm lint
Usage: npm <command>
where <command> is one of:
access, adduser, audit, bin, bugs, c, cache, ci, cit,
... <Pruned> ...
Did you mean one of these?
link
list
ping
The correct command appears to b
As we are trying to make SigNoz deployment to work in common infra setups, a good first issue could be just trying installing SigNoz in their local setup and sharing if they face any issue.
Please share your infra details and did you face any issue in running SigNoz
-
Updated
Mar 7, 2021 - Vue
-
Updated
Jan 20, 2021 - Java
-
Updated
Jan 15, 2021 - Java
Requirement - what kind of business use case are you trying to solve?
Our traces contain data that is covered by GDPR (european user privacy regulations) and, thus developers do not have direct access to all traces. If an error occurs, relevant traces has to be filtered out and the relevant ones are forwarded to the developer.
Another use case:
It would be nice to just attach files with
@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
Cannot use same trace ID accross different node of microservices
On the document of https://opentracing.io/docs/overview/tracers/#propagating-a-trace-with-inject-extract, there is a concept of inject and extract. This is working fine with http carrier. Yet, I cannot reproduce this with Text Map carrier.
Please create a doc for u
-
Updated
Jun 28, 2020 - 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
-
Updated
Mar 5, 2021 - Go
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."
Please answer these questions before submitting your issue.
Question
I look into jedis-2.x plugin, find that enhanceClass is redis.clients.jedis.Jedis.
But pipeline will directly invoke jedis client.
Jedis --invoke---> client
pipeline ---invoke-->client
There are two solutio