@@ -26,8 +26,10 @@ New features:
2626* [ SDK] Better control of threads executed by opentelemetry-cpp
2727 [ #3175 ] ( https://github.com/open-telemetry/opentelemetry-cpp/pull/3175 )
2828
29- * This feature provides a way for applications, when configuring the SDK and exporters,
30- to participate in the execution path of internal opentelemetry-cpp threads.
29+ * This feature provides a way for applications,
30+ when configuring the SDK and exporters,
31+ to participate in the execution path
32+ of internal opentelemetry-cpp threads.
3133
3234 * The opentelemetry-cpp library provides the following:
3335
@@ -36,15 +38,18 @@ New features:
3638 * BatchSpanProcessorRuntimeOptions
3739 * PeriodicExportingMetricReaderRuntimeOptions
3840 * BatchLogRecordProcessorRuntimeOptions
39- * new runtime options structures, to optionally configure the OTLP HTTP exporters:
41+ * new runtime options structures,
42+ to optionally configure the OTLP HTTP exporters:
4043 * OtlpHttpExporterRuntimeOptions
4144 * OtlpHttpMetricExporterRuntimeOptions
4245 * OtlpHttpLogRecordExporterRuntimeOptions
43- * new ThreadInstrumentation parameters, to optionally configure the CURL HttpClient
46+ * new ThreadInstrumentation parameters,
47+ to optionally configure the CURL HttpClient
4448
4549 * Using the optional runtime options structures,
4650 an application can subclass the ThreadInstrumentation interface,
47- and be notified of specific events of interest during the execution of an internal opentelemetry-cpp thread.
51+ and be notified of specific events of interest during the execution
52+ of an internal opentelemetry-cpp thread.
4853
4954 * This allows an application to call, for example:
5055
@@ -55,7 +60,8 @@ New features:
5560
5661 * See the documentation for ThreadInstrumentation for details.
5762
58- * A new example program, example_otlp_instrumented_http, shows how to use the feature,
63+ * A new example program, example_otlp_instrumented_http,
64+ shows how to use the feature,
5965 and add application logic in the thread execution code path.
6066
6167## [ 1.18 2024-11-25]
0 commit comments