-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[receiver/otlp] Review telemetry #11139
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Now that observability requirements for stable components have been formally defined, we can assess more precisely which of the proposals above will need to be implemented before stabilization. Unlike for the previous review, I will split this up between the issues for the different OTLP components.
|
To sum up, it seems to me the only strict blocker for stabilization according to the requirements we defined is:
However, if we want to avoid adding new telemetry or immediately deprecating telemetry post-1.0, I would suggest waiting until:
Note that the above is only true for traces/metrics/logs. The fact that |
Marking this as blocked until we get a reply on open-telemetry/opentelemetry-go-contrib/issues/6608 |
Agree on the blockers, I think we should file issues for them (the |
As part of the stabilization of the OTLP receiver, we want to ensure that it has the core self telemetry needed to understand the component and debug common issues. This issue tracks reviewing existing telemetry and defining any new telemetry needed to make the component observable. It should be rare that we add new telemetry as per the 1.0 tenet that "The Collector is already used in production at scale and has been tested in a variety of environments".
The text was updated successfully, but these errors were encountered: