-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update Distributed Tracing docs #727
Conversation
|
||
The traces emitted by Kiali can be searched using the service name _Kiali_. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you get a screen shot of Kiali itself showing the traces?! That would be nice, and show how you can use Kiali to debug Kiali itself.
(BTW: I tried to get a screenshot of it, but I can't get Kiali to start, I'm getting a panic at init time, could just be my misconfiguration, but... I'm seeing this when I try to set this observability section):
2023-12-04T17:02:00Z INF Tracing Enabled. Initializing tracer with collector url: http://localhost:3100
panic: context deadline exceeded
goroutine 1 [running]:
github.com/kiali/kiali/observability.InitTracer({0xc0005590b0?, 0x3b?})
/home/jmazzite/source/kiali/kiali/observability/tracing.go:62 +0x825
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added the screenshot, but not sure why isn't building (It looks like an internal error ERROR 2023/12/05 08:30:30 Failed to get JSON resource "https://api.rss2json.com/v1/api.json?timestamp=283627&rss_url=https://www.youtube.com/feeds/videos.xml?channel_id=UCcm2NzDN_UCZKk2yYmOpc5w": Failed to retrieve remote file: Internal Server Error
)
I've created this issue: kiali/kiali#6917 in order to get the traces emitted by Kiali.
Co-authored-by: John Mazzitelli <mazz@redhat.com>
looks like youtube internal server error caused failure - we just need to restart the builds |
closing and re-opening to restart the builds... |
* Update Distributed Tracing docs --------- Co-authored-by: John Mazzitelli <mazz@redhat.com>
Fixes
kiali/kiali#6894