open-telemetry / open-telemetry/opentelemetry-rust
Stop populating severity text and instead auto-deduct it from severity number
Open
@lalitb is already working on this.
Since Aug 13, 2024.
- Dominant language
- Rust
- Stars
- 2.7k
- Forks
- 699
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 60
Description
Mentioned here : https://github.com/open-telemetry/opentelemetry-rust/pull/1997/files#r1707954979
I wonder if should even remove SeverityText from LogRecord itself to reduce the size of LogRecord. I am not aware of any use case where user puts severity number and different text, so exporters can simply derive SeverityText from the numbered field to save perf.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.