Skip to content

Commit

Permalink
Add additional context for the 'profiling'instrumentation.source' att…
Browse files Browse the repository at this point in the history
…ribute and its values.
  • Loading branch information
tduncan committed Feb 17, 2025
1 parent cc0da2f commit 7c27b8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion specification/semantic_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ instances. For each `LogRecord` instance:
- `pprof-gzip-base64`,
- `text` ([Deprecated](../README.md#versioning-and-status-of-the-specification)
format).
- `profiling.instrumentation.source` MUST be set to either `continuous` or `snapshot`
- `profiling.instrumentation.source` MUST be set to either `continuous` or `snapshot` to

Check failure on line 132 in specification/semantic_conventions.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Trailing spaces

specification/semantic_conventions.md:132:89 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md009.md

Check failure on line 132 in specification/semantic_conventions.md

View workflow job for this annotation

GitHub Actions / validate-documentation

Line length

specification/semantic_conventions.md:132:81 MD013/line-length Line length [Expected: 80; Actual: 89] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md013.md
identify the profiling mechanism reporting the callstacks
- `continuous` SHOULD be used to indicate the continuous "Always On" profiling
- `snapshot` SHOULD be used to indicate the trace snapshot profiling

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

Expand Down

0 comments on commit 7c27b8d

Please sign in to comment.