You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then there is the following error in the jaeger-operator pod log:
The provided storage type is unknown. Falling back to 'memory' {"instance": "bm-jaeger", "namespace": "bm-dev-jaeger", "storage": "grpc", "known-options": ["memory","cassandra","elasticsearch","kafka","badger","grpc-plugin"]}
Steps to reproduce
Just install jaeger-operator helm chart to a kubernetes cluster.
Expected behavior
No errors.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
clickhouse via grpc plugin
Operating system
No response
Deployment model
Kubernetes
Deployment configs
No response
The text was updated successfully, but these errors were encountered:
What happened?
I am trying to connect clickhouse using grpc-plugin like here:
https://github.com/jaegertracing/jaeger-clickhouse/blob/main/guide-kubernetes.md
In the jaeger custom resource
if I set storage.type: grpc-plugin
then there is the following error in the jaeger pod log:
if I set storage.type: grpc
then there is the following error in the jaeger-operator pod log:
Steps to reproduce
Just install jaeger-operator helm chart to a kubernetes cluster.
Expected behavior
No errors.
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
clickhouse via grpc plugin
Operating system
No response
Deployment model
Kubernetes
Deployment configs
No response
The text was updated successfully, but these errors were encountered: