Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define profiling.instrumentation.source Log Message Attribute #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tduncan
Copy link

@tduncan tduncan commented Feb 19, 2025

The profiling backend ingestion process needs to be able to distinguish between callstacks collected by the existing continuous "Always On" profiler and those collected by the upcoming trace snapshot profiler. This PR defines an attribute to be included in a log message body that will identify which profiling process was responsible for collecting and reporting the exported callstacks.

See #336 for previous discussion.

Copy link
Contributor

@Kielek Kielek left a comment

Choose a reason for hiding this comment

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

Needed to handle 2 things:

  1. What if lack of the attribute: Define profiling.instrumentation.source Log Message Attribute #336 (comment)
  2. Future consideration about OTLP protocol: Define profiling.instrumentation.source Log Message Attribute #336 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants