-
Notifications
You must be signed in to change notification settings - Fork 449
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
Review logger Implementation for the stable log data model. #1291
Comments
I have a quick look at opentelemetry-proto to v0.17.0 and the
Am I missed anything? |
Hi @owent, thanks for looking into this. |
Without supporting legacy,there will be break changes to SDK and the output of OTLP exporters.Especially the trace APIs are already stable, is it acceptable? |
Sure we will have breaking changes here. I'd still vote for not supporting legacy. We are already low on resources, and supporting both legacy and new proto will make maintenance more complicated for us. We can discuss this in the next SIG meeting. I'll update you. |
Thanks, @owent for summarising the changes required.
|
#1383 closes it. |
Yes my bad, we still need to implement |
This issue was marked as stale due to lack of activity. |
Log Data Model specs are marked as stable - open-telemetry/opentelemetry-specification#2387. It would be a good time to review the logger api and sdk implementation and validate if the existing log structure can be mapped to this data model. Also, how to continue supporting fields/attributes that are not part of this logger model - eg log-name.
The text was updated successfully, but these errors were encountered: