-
Notifications
You must be signed in to change notification settings - Fork 12
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
Determine where we are with network monitoring in the cluster #1785
Comments
Review All Tickets (RAT)#915 - determined that Jaeger was a good path forward (at least when tested locally) |
Getting a sense of where we areJaegerWell the biggest points of failure with Jaeger it seems was Elastic compatibility. #1481 and #1505, note that it still does not support elastic 8.x. In 1505 we also try using k8ssandra but that ended in failure.
TLDR for Jaeger why it didn't work out; OTELReminder that it is not an observability platform, it's just a standard for creating the telemetry data (still need to do something with it). As I watch this video about instrumenting and having to do that for all our apps, even the ones we don't build ourselves I abhor the idea of needing to do this, regardless of OTEL or Elastic way. TLDR for OTEL; Elastic APMDoesn't support using istio traces, though it would take OTEL data, and of course whatever format the elastic instrumentation has. |
What are any remaining questions we have?
|
Next StepsI kind of want to see how far we can take Jaeger, but with a very simple cassandra deployment and see what data we get. Path A Jaeger and Cassandra
Path B Otel and Jaeger / Elastic APMThis path is chosen if we have no choice but to instrument our apps and add another sidecar container to them.
|
Closing as reviewed with the team; intending on focusing on OTel with Elastic (need to make sure we dont run into any licensing issues) or Jaeger |
Given above, here are some possible tasks
|
Purpose of this ticket is to see where we are in relation to #914
Steps (these should all be their own separate comments for easy linking)
The text was updated successfully, but these errors were encountered: