documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation/website for the Jaeger Distributed Tracing project.

Results 99 documentation issues
Sort by recently updated
recently updated
newest added

### Requirement Fixing the accessibility ### Problem Hi, I ran the website through an accessibility tracker and overall the site had an accessibility rate of from 50% and above, the...

enhancement
help wanted

### Requirement As a developer, I want this feature because it allows me to see all artifacthub packages in one place without having to leave the jaeger docs website. ###...

enhancement

## Which problem is this PR solving? Eek, I didn't create an issue since this was such a small change. I can definitely do that if needed! ## Description of...

### Requirement This issue picks up where #690 left off. Start at here: https://github.com/jaegertracing/documentation/pull/690#issuecomment-2036098330 ### Problem Change the style of the left menu to match the navigation bar above. This...

enhancement

I disabled it for now in #670. When link checker was enabled, it was failing, e.g.: ``` bin/htmltest htmltest started at 11:25:26 on public ======================================================================== index.html src attribute empty ---...

bug
help wanted
good first issue

### What happened? "Service Performance Monitoring View" screenshot in https://www.jaegertracing.io/docs/1.53/#screenshots should open in full screen/page when clicked, similar to other two screenshots are displayed. ### Steps to reproduce 1. open...

bug

### Requirement Need to add a section in [K8s Operator section](https://github.com/jaegertracing/documentation/blob/main/content/docs/1.47/operator.md). ### Problem There are few issues like like [issue-1289](https://github.com/jaegertracing/jaeger-operator/issues/1289) in [jaeger-operator](https://github.com/jaegertracing/jaeger-operator/) code which has the side effect of their...

enhancement
help wanted
operator

### Requirement As a user of Jaeger, I need to understand how to configure SDKs and what capabilities they have per-language so that I can collect data into Jaeger in...

enhancement

**Describe the bug** The [Jaeger Operator documentation points](https://www.jaegertracing.io/docs/latest/operator/#installing-the-operator-on-kubernetes) to the manifest file to install it in a Kubernetes cluster. When a new Jaeger release is done, the documentation points to...

bug

[e.g. here](https://github.com/opentracing-contrib/python-flask/pull/12/files#diff-20bfc3ff6a860483887b93bf9cf0d135R16): ``` docker run -d -e \ + COLLECTOR_ZIPKIN_HTTP_PORT=9411 \ + -p 5775:5775/udp \ + -p 6831:6831/udp \ + -p 6832:6832/udp \ + -p 5778:5778 \ + -p 16686:16686...