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

[kafka-extension] Tracing for Knative Eventing doesn't work #4190

Open
sotatek-hungpham5 opened this issue Dec 18, 2024 · 0 comments
Open

[kafka-extension] Tracing for Knative Eventing doesn't work #4190

sotatek-hungpham5 opened this issue Dec 18, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@sotatek-hungpham5
Copy link

sotatek-hungpham5 commented Dec 18, 2024

Describe the bug
I tried to configure tracing for Kevent, include kafka-extension
The config is:

apiVersion: operator.knative.dev/v1beta1
kind: KnativeEventing
metadata:
  name: knative-eventing
  namespace: knative-eventing
spec:
  config-tracing:
          backend: "zipkin"
          # zipkin-endpoint: "http://zipkin.monitoring.svc.cluster.local:9411/api/v2/spans"
          zipkin-endpoint: "http://jaeger-collector.monitoring.svc.cluster.local:9411/api/v2/spans"
          sample-rate: "0.1"
          debug: "false"

Note that it's the same with Kserving
I've tested with imc broker and it worked well but cannot see anything related to kafka-extension in trace data, for both trace and metrics.

Expected behavior
Can see full trace of eventing application including Kafka extension.

Knative release version
1.15

@sotatek-hungpham5 sotatek-hungpham5 added the kind/bug Categorizes issue or PR as related to a bug. label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant