@@ -39,6 +39,9 @@ Some other fundamental terms are documented in the [overview document](overview.
3939 * [ Structured Logs] ( #structured-logs )
4040 * [ Flat File Logs] ( #flat-file-logs )
4141 * [ Log Appender / Bridge] ( #log-appender--bridge )
42+ - [ Profiles] ( #profiles )
43+ * [ Profile] ( #profile )
44+ * [ Profiling] ( #profiling )
4245
4346<!-- tocstop -->
4447
@@ -68,7 +71,7 @@ The maintainer of an OpenTelemetry SDK Plugin, written against OpenTelemetry SDK
6871### Signals
6972
7073OpenTelemetry is structured around signals, or categories of telemetry.
71- Metrics, logs, traces, and baggage are examples of signals.
74+ Metrics, logs, traces, profiles, and baggage are examples of signals.
7275Each signal represents a coherent, stand-alone set of functionality.
7376Each signal follows a separate lifecycle, defining its current stability level.
7477
@@ -228,3 +231,17 @@ library into OpenTelemetry using the [Log API](./logs/api.md). The
228231terms "log bridge" and "log appender" are used interchangeably, reflecting that
229232these components bridge data into OpenTelemetry, but are often called appenders
230233in the logging domain.
234+
235+ ## Profiles
236+
237+ Profiles describes the OpenTelemetry signal.
238+
239+ ### Profile
240+
241+ In the context of the profiles signal, profile holds one or more stacktraces of
242+ a OpenTelemetry instrumentation scope.
243+
244+ ### Profiling
245+
246+ Profiling describes the process of collecting data that will be reported with
247+ the profiles signal.
0 commit comments