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

Infra: OT tracing throughout entire stack #841

Closed
IceKhan13 opened this issue Aug 1, 2023 · 6 comments · Fixed by #891
Closed

Infra: OT tracing throughout entire stack #841

IceKhan13 opened this issue Aug 1, 2023 · 6 comments · Fixed by #891
Assignees
Labels
enhancement New feature or request priority: medium Medium priority project: client Label to identify features related with client project project: gateway Label to identify features related with gateway project project: infrastructure Label to identify features related with infrastructure
Milestone

Comments

@IceKhan13
Copy link
Member

What is the expected behavior?

Currently we have setup to OT within Program, which trace through tasks or a job.

What we need is ability to trace request from client -> gateway -> ray cluster -> job and tasks (we have that now).

@IceKhan13 IceKhan13 added this to the 0.4 milestone Aug 1, 2023
@IceKhan13 IceKhan13 added priority: medium Medium priority project: client Label to identify features related with client project project: infrastructure Label to identify features related with infrastructure project: gateway Label to identify features related with gateway project enhancement New feature or request labels Aug 1, 2023
@akihikokuroda akihikokuroda self-assigned this Aug 1, 2023
@akihikokuroda
Copy link
Collaborator

I'll take a look.

@akihikokuroda
Copy link
Collaborator

Is the Jaeger installed in the IBM cloud? To see the OT entries locally, should I install Jaeger and configure it ?

@psschwei
Copy link
Collaborator

psschwei commented Aug 2, 2023

I think you should be able to view OT metrics via prometheus (there's some discussion of it in #280 )

@akihikokuroda
Copy link
Collaborator

@psschwei That's right but the distributed tracing doesn't go there. We probably need something for it.

@akihikokuroda
Copy link
Collaborator

I finally can see the tracing entries of the program locally now. I'll start working for the additional components.

@akihikokuroda
Copy link
Collaborator

Screenshot 2023-08-17 at 11 33 36 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium Medium priority project: client Label to identify features related with client project project: gateway Label to identify features related with gateway project project: infrastructure Label to identify features related with infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants