-
Notifications
You must be signed in to change notification settings - Fork 98
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
OpenTelemetry for k8gb #934
Conversation
✅ Deploy Preview for k8gb-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
- by default, it is noop - iff enabled (`tracing.enabled`): * helm chart deploys otel collector as a sidecar container on k8gb pod * iff enabled (`tracing.deployJaeger`), it deploys also Jaeger and configure the otel collector to feed it with traces * if enabled, collect and send following traces: Reconcile, gslbDNSEndpoint, SaveDNSEndpoint, CreateZoneDelegationForExternalDNS, finalize - docs Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
2e41ea2
to
7e13df3
Compare
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.
Wow, it looks seriously dope :) I would appreciate the demo on next community meeting :)
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
…pdating the versions Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
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.
perfect.
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.
Really dope, let's merge in
Open
TracingTelemetry stuff 4 k8gbtracing.enabled
):tracing.deployJaeger
), it deploys also Jaeger and configure the otel collector to feed it with tracesReconcile
,gslbDNSEndpoint
,SaveDNSEndpoint
,CreateZoneDelegationForExternalDNS
,finalize
Signed-off-by: Jirka Kremser jiri.kremser@gmail.com