Post 1.0 Brainstorming #560
Replies: 4 comments 5 replies
-
In general, here's a few things I think we need to implement: Metrics Ubitquity Log Collection and Schemas Configurable Sampling/Observability Strategies Benchmarks Native Clients |
Beta Was this translation helpful? Give feedback.
-
I think it would be good to look into OpenFeature for feature flag stuff. I'd like to see an example of propagating trace context through something like OTP messages in Erlang/Elixir. |
Beta Was this translation helpful? Give feedback.
-
It'd be interesting to have the demo be a bit more interactive. right now it feels a bit like a fish tank. Cool to look at, and lots of great examples. It might add even more interest to implement into the front-end in some admin tab buttons to "kill". Services would have endpoints to bring down apps/pods. Then it would be easy to trace an event that crashes an app -- and see it as a user in an example. Eventually being able to show failovers / multiple instances and stuff could come from that -- a fully comprehensive ops-oriented sample alongside OTel samples. |
Beta Was this translation helpful? Give feedback.
-
There is disconnect in the end user where & how each feature of opentelemetry can be used. Currently demo is good starter for basic features of opentelemetry. It is rather ambitious to have all the capabilities of opentelemetry fit into one application. We should aim for multiple smaller applications, each showcasing a good use case for opentelemetry may be a unique feature. As an example, let's talk about span links. For a good use case of spanlinks, we need some fan-in or multiple requests triggering a target. We can add a simple application that showcases spanlinks capabilities , and how and where it would be helpful. There are a few such cases that would benefit from small demos :
|
Beta Was this translation helpful? Give feedback.
-
We made it to 1.0! 🎉 Let's not rest on our laurels, however -- there's still a lot of work to do. What work should we do, though?
This thread is intended to collect ideas ("big rocks") on feature enhancements, new functionality, and other items that the SIG should work on towards our next major release.
Beta Was this translation helpful? Give feedback.
All reactions