Skip to content
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

Implement the Record type #4913

Closed
15 tasks done
Tracked by #3827
MrAlias opened this issue Feb 12, 2024 · 0 comments · Fixed by #4939
Closed
15 tasks done
Tracked by #3827

Implement the Record type #4913

MrAlias opened this issue Feb 12, 2024 · 0 comments · Fixed by #4939
Assignees
Labels
area:logs Part of OpenTelemetry logs

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Feb 12, 2024

reference: https://github.com/open-telemetry/opentelemetry-go/pull/4725/files#diff-2ad20913ca50b937bca53ff14c7c9987af023b594979cdec96ff3aa4f24a4e60

  • Record type
    • Timestamp method
    • SetTimestamp method
    • ObservedTimestamp method
    • SetObservedTimestamp method
    • Severity method
    • SetSeverity method
    • SeverityText method
    • SetSeverityText method
    • Body method
    • SetBody method
    • WalkAttributes method
    • AddAttributes method
    • AttributesLen method
  • Add tests to cover all added functionality
@MrAlias MrAlias added the area:logs Part of OpenTelemetry logs label Feb 12, 2024
@MrAlias MrAlias self-assigned this Feb 16, 2024
@MrAlias MrAlias added this to the v1.24.0 milestone Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:logs Part of OpenTelemetry logs
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant