Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch: Make Elasticsearch job to ignore service(s) spans #92

Open
mohammedalics opened this issue Jun 11, 2020 · 0 comments · May be fixed by #93
Open

Elasticsearch: Make Elasticsearch job to ignore service(s) spans #92

mohammedalics opened this issue Jun 11, 2020 · 0 comments · May be fixed by #93

Comments

@mohammedalics
Copy link

mohammedalics commented Jun 11, 2020

Requirement - what kind of business use case are you trying to solve?

Exclude/Ignore one or more services from being considered by the jaeger-spark-job-dependencies.

Problem - what in Jaeger blocks you from solving the requirement?

In some cases, you may need to exclude some services from being considered by the job to be shown in the dependency graph. To be precisely specific, If you (for some reasons) enabled/considered your reverse proxy/ingress controller/gateway to add a span during routing the message, you will end up with a graph where you find the gateway is connected to every service and everywhere. Since it makes the graph more complex to understand, you may prefer to exclude it from the dependency graph.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Introduce a new optional environment variable as an input for the job with all the services' names required to be ignored.

Please check PR #93

mohammedalics added a commit to mohammedalics/spark-dependencies that referenced this issue Jun 11, 2020
…gertracing#92)

Signed-off-by: Mohammed Ammer <mohammed.ali.cs@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant