Giter Site home page Giter Site logo

jaeger-all-in-one's Introduction

Jaeger Tracing - All In One

Artifact HUB

The Jaeger tracing all-in-one service enables jaeger for development purposes, check out:

Run With Docker

docker-compose -f docker-compose.yml up

Access jaeger at:

Access hotrod tracing demo at:

Use Helm Repo

helm repo add jaeger-all-in-one https://raw.githubusercontent.com/hansehe/jaeger-all-in-one/master/helm/charts
helm repo update
helm install jaeger-all-in-one jaeger-all-in-one/jaeger-all-in-one

jaeger-all-in-one's People

Contributors

a-thaler avatar fabriziopandini avatar hansehe avatar huseyinbabal avatar kradalby avatar mcarr-and avatar onekilo79 avatar spadger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jaeger-all-in-one's Issues

Liveness & Readiness probe configuration

Jaeger deployment fails due to default liveness & readiness probe values especially in an environment with limited resources or slow machine types. It would be good to have configurable liveness and readiness probe settings.

Support for newer kubernetes versions

I tested your helm with current minikube and k8s and cant install chart.

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "jaeger-all-in-one" namespace: "default" from "": no matches for kind "Ingress" in version "networking.k8s.io/v1beta1" ensure CRDs are installed first

So ingress template should be changed to use "networking.k8s.io/v1" for higher kubernetes versions.

minikube version
# minikube version: v1.26.0

kubectl get node
# NAME       STATUS   ROLES           AGE   VERSION
# minikube   Ready    control-plane   12d   v1.24.1

Prometheus configuration

Hi,

I have installed 1.47 all in one, but i am not able to see data in Monitor tab. is prometheus needs to be install separately?

jaegertracing/all-in-one container drains memory to the point the hosting system crashes

I've set up recently a system and added jaegertracing/all-in-one container too.
Initially I've noticed that my hosting system which is a dual CPU Xeon 2630 V2 with 64GB of RAM was dying after 2-3 hours of intensive load. I thought that my app could be at fault, but after investigating a bit I noticed that the problem is actually jaegertracing/all-in-one container container which is slowly consuming all the system available RAM memory until the system crashes.
It looks like a memory leak to me.
The only way to stabilize my system was to remove the jaegertracing/all-in-one container

My system containers are all running on a docker instance.

docker-compose section for jaegertracing looks like below. I haven't defined any memory limits on this container, so I cannot tell you if that trick would have reduce the leak or not.

  jaeger-all-in-one:
    image: jaegertracing/all-in-one:latest
    restart: always
    ports:
      - "16686:16686"
      - "14268"
      - "14250"
    networks:
      mw-network:
        aliases:
          - jaeger-all-in-one

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.