-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional context for the 'profiling'instrumentation.source' att…
…ribute and its values.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
|
||
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 | ||
|
||
|