Replies: 1 comment 1 reply
-
I believe as of today Kubernetes does not emit any traces.
It's kind of a hack, but I love how well it works! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the idea. Learned a lot.
Wondering if we are trying to force an "event" to act as "trace" and is it a good idea? That led me to read about "events" in OpenTelemetry. It looks like, Opentelemetry recognizes Trace, Logs, Metrics as fundamental tenants of observability. There is no mention of events except as a part of span. Each openTelemetry span contains metadata about the operation, such as its name, start and end timestamps, attributes, events, and status.
For now kspan works. However, I wonder if Kubernatives should emit opentelemetry natively. Does it already?
Beta Was this translation helpful? Give feedback.
All reactions