opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

feat(exporters): add support for bytes metrics for logs/traces/metrics

Open OverOrion opened this issue 1 year ago • 0 comments

Description

For log records it is really useful to know how not only the number of log records but their size in bytes as well. This PR in it's current state showcases a potential solution to this problem, please let me know your thoughts @djaglowski @ChrsMark

I will also make sure that it is disabled by default, but wanted to gather early feedback before went with this further.

Link to tracking issue

Fixes #9412

Testing

Documentation

TODOs:

  • [ ] docs
  • [ ] testing
  • [ ] make sure disabled by default

OverOrion avatar May 06 '24 12:05 OverOrion