Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

### Semantic Conventions

#### Enhancements

- Define the `profiling.instrumentation.source` attribute with valid values
of `continuous` and `snapshot`.
[#337](https://github.com/signalfx/gdi-specification/pull/337)

## [1.7.0] - 2025-01-07

### Configuration
Expand Down
4 changes: 4 additions & 0 deletions specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ instances. For each `LogRecord` instance:
- `pprof-gzip-base64`,
- `text` ([Deprecated](../README.md#versioning-and-status-of-the-specification)
format).
- `profiling.instrumentation.source` SHOULD be set to either:
- `continuous` for continuous "Always On" profiling
- `snapshot` for trace snapshot profiling
- To maintain backwards compatibility `profiling.instrumentation.source` will be assumed to be `continuous` if not set.

#### `LogRecord` Message `text` Data Format Specific Attributes

Expand Down