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

Add frame count to pprof message attributes #217

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ instances. For each `LogRecord` instance:
- `memory.allocated` MUST contain the allocation size if this `LogRecord` represents a memory allocation event
- `thread.stack.truncated` MUST be set to boolean `true` when this `LogRecord` does not contain the full stack trace

#### `LogRecord` Message `pprof-gzip-base64` Data Format Specific Attributes

- `profiling.data.total.frame.count` MUST be set to the total number of stack frames in `cpu` or `allocation` samples contained in this message

### `LogRecord` Message Fields

- [Body](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#field-body)
Expand Down