Skip to content

Conversation

@JamesNK
Copy link
Member

@JamesNK JamesNK commented Dec 6, 2023

Fixes #1200

I haven't added it to the grid because I don't think there is real estate.

Added to details view:
image

Support filtering:
image

OtlpScope? scope;
try
{
var name = sl.Scope?.Name ?? string.Empty;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does missing scope mean?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// The instrumentation scope information for the logs in this message.
// Semantically when InstrumentationScope isn't set, it is equivalent with
// an empty instrumentation scope name (unknown).
opentelemetry.proto.common.v1.InstrumentationScope scope = 1;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding comment in the code too.

@JamesNK JamesNK merged commit bfa45d0 into main Dec 6, 2023
@JamesNK JamesNK deleted the jamesnk/logging-category branch December 6, 2023 04:21
@github-actions github-actions bot locked and limited conversation to collaborators Apr 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Structured log view doesn't include logger's category name

3 participants