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

Logs SDK: consider renaming *LogExporter to *LogRecordExporter and similar for consistency #4321

Open
lmolkova opened this issue Nov 24, 2024 · 0 comments
Labels

Comments

@lmolkova
Copy link
Contributor

Spec defines LogRecordExporter (LogRecordProcessor, LogRecordLimits)

In python it's used inconsistently: LogRecordProcessor, but LogExporter.

Consider following renames:

  • LogExporter -> LogRecordExporter (ConsoleLogExporter -> ConsoleLogRecordExporter, OTLP, etc)
  • LogLimits -> LogRecordLimits
  • LogExportResult -> LogRecordExportResult
  • ...

Part of open-telemetry/community#1751

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants