Add semantic conventions for log record ID#3047
Add semantic conventions for log record ID#3047tigrannajaryan merged 38 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: svrnm <neumanns@cisco.com>
Signed-off-by: svrnm <neumanns@cisco.com>
Should we call this |
works for me, I just picked |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
I agree. We already have |
Signed-off-by: svrnm <neumanns@cisco.com>
Signed-off-by: svrnm <neumanns@cisco.com>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Signed-off-by: svrnm <neumanns@cisco.com>
Thank you. |
Co-authored-by: Joao Grassi <joao@joaograssi.com>
Signed-off-by: svrnm <neumanns@cisco.com>
|
Anything missing before this can be merged? TY |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
/unstale |
|
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
|
Thank you for the PR and for your patience @svrnm |
Fixes open-telemetry#597 ## Changes - Add a section for "generic attributes" to the log semconv - Add an attribute `log_record.id` making use of ULID as discussed in open-telemetry#597 Some additional notes: - I kept the PR small, so I left out some other potential attributes, e.g. something for pre-existing ID (like windows event logs) or for storing the used logging/eventing system or even something like a "signature" that might be worth discussing, etc. - I followed the structure of "generic attributes" from the spans semconv - I took some of the existing wording from open-telemetry#597 & open-telemetry/oteps#97 (comment) to describe the field --------- Signed-off-by: svrnm <neumanns@cisco.com> Co-authored-by: Joao Grassi <joao@joaograssi.com> Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com> Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Fixes open-telemetry#597 ## Changes - Add a section for "generic attributes" to the log semconv - Add an attribute `log_record.id` making use of ULID as discussed in open-telemetry#597 Some additional notes: - I kept the PR small, so I left out some other potential attributes, e.g. something for pre-existing ID (like windows event logs) or for storing the used logging/eventing system or even something like a "signature" that might be worth discussing, etc. - I followed the structure of "generic attributes" from the spans semconv - I took some of the existing wording from open-telemetry#597 & open-telemetry/oteps#97 (comment) to describe the field --------- Signed-off-by: svrnm <neumanns@cisco.com> Co-authored-by: Joao Grassi <joao@joaograssi.com> Co-authored-by: jack-berg <34418638+jack-berg@users.noreply.github.com> Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Fixes #597
Changes
Please provide a brief description of the changes here.
log_record.idmaking use of ULID as discussed in Decide if we need log record ID field #597Some additional notes: