open-telemetry / open-telemetry/opentelemetry-rust

Stop populating severity text and instead auto-deduct it from severity number

Open
#2,002 4 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.