Jaeger Install with Jaeger Operator and with Cassandra API #2174
Replies: 4 comments 1 reply
-
@yurishkuro @sagaranand015 could you please help providing right example configuration? |
Beta Was this translation helpful? Give feedback.
-
@pavolloffay any help here ? |
Beta Was this translation helpful? Give feedback.
-
Hello All, @yurishkuro, @pavolloffay I finally figured out what is an issue here, it is with create schema parameter, your help here is much appreciated. With the following CRD I am able to connect to Cassandra API of Azure Cosmos DB but when I access the Jaeger UI it shows error "keyspace is not exists" and when I retry after manually creating keyspace then it shows "service-names table is missing". Any Idea how can I force jaeger operator to create keyspace and schema for an external Cassandra API of Azure Cosmos DB ? |
Beta Was this translation helpful? Give feedback.
-
Thank you @yurishkuro I cloned the repo and able to generate the schema script, I will see how I can inject into my Cassandra API of Azure Cosmos DB PS C:\Users\jayan\Documents\workspace\jaeger> $env:MODE="test" |
Beta Was this translation helpful? Give feedback.
-
Can some one help me with the right configuration of Cassandra API of Cosmos DB to be used while installing Jaeger using Jaeger Operator for kubernetes ?
I am using the following but getting timeout error
Connection error: ('Unable to connect to any servers', {'20.61.97.0:10350': OperationTimedOut('errors=Timed out creating connection (5 seconds), last_host=None')})
Cassandra is still not up at jaegertracing.cassandra.cosmos.azure.com:10350. Waiting 1 second.
Checking if Cassandra is up at jaegertracing.cassandra.cosmos.azure.com:10350.
Beta Was this translation helpful? Give feedback.
All reactions