Skip to content

Commit bf4e9ff

Browse files
committed
iwyu
1 parent 943f079 commit bf4e9ff

9 files changed

+12
-0
lines changed

exporters/otlp/src/otlp_file_exporter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "opentelemetry/exporters/otlp/otlp_file_client_options.h"
1212
#include "opentelemetry/exporters/otlp/otlp_file_exporter.h"
1313
#include "opentelemetry/exporters/otlp/otlp_file_exporter_options.h"
14+
#include "opentelemetry/exporters/otlp/otlp_file_exporter_runtime_options.h"
1415
#include "opentelemetry/exporters/otlp/otlp_recordable.h"
1516
#include "opentelemetry/exporters/otlp/otlp_recordable_utils.h"
1617
#include "opentelemetry/nostd/span.h"

exporters/otlp/src/otlp_file_log_record_exporter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "opentelemetry/exporters/otlp/otlp_file_client_options.h"
1212
#include "opentelemetry/exporters/otlp/otlp_file_log_record_exporter.h"
1313
#include "opentelemetry/exporters/otlp/otlp_file_log_record_exporter_options.h"
14+
#include "opentelemetry/exporters/otlp/otlp_file_log_record_exporter_runtime_options.h"
1415
#include "opentelemetry/exporters/otlp/otlp_log_recordable.h"
1516
#include "opentelemetry/exporters/otlp/otlp_recordable_utils.h"
1617
#include "opentelemetry/nostd/span.h"

exporters/otlp/src/otlp_file_metric_exporter.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
#include "opentelemetry/exporters/otlp/otlp_file_client.h"
1212
#include "opentelemetry/exporters/otlp/otlp_file_client_options.h"
13+
#include "opentelemetry/exporters/otlp/otlp_file_client_runtime_options.h"
1314
#include "opentelemetry/exporters/otlp/otlp_file_metric_exporter.h"
1415
#include "opentelemetry/exporters/otlp/otlp_file_metric_exporter_options.h"
16+
#include "opentelemetry/exporters/otlp/otlp_file_metric_exporter_runtime_options.h"
1517
#include "opentelemetry/exporters/otlp/otlp_metric_utils.h"
1618
#include "opentelemetry/sdk/common/exporter_utils.h"
1719
#include "opentelemetry/sdk/common/global_log_handler.h"

exporters/otlp/src/otlp_http_exporter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "opentelemetry/exporters/otlp/otlp_http_client.h"
1414
#include "opentelemetry/exporters/otlp/otlp_http_exporter.h"
1515
#include "opentelemetry/exporters/otlp/otlp_http_exporter_options.h"
16+
#include "opentelemetry/exporters/otlp/otlp_http_exporter_runtime_options.h"
1617
#include "opentelemetry/exporters/otlp/otlp_recordable.h"
1718
#include "opentelemetry/exporters/otlp/otlp_recordable_utils.h"
1819
#include "opentelemetry/nostd/span.h"

exporters/otlp/src/otlp_http_log_record_exporter.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@
1313
#include "opentelemetry/exporters/otlp/otlp_http_client.h"
1414
#include "opentelemetry/exporters/otlp/otlp_http_log_record_exporter.h"
1515
#include "opentelemetry/exporters/otlp/otlp_http_log_record_exporter_options.h"
16+
#include "opentelemetry/exporters/otlp/otlp_http_log_record_exporter_runtime_options.h"
1617
#include "opentelemetry/exporters/otlp/otlp_log_recordable.h"
1718
#include "opentelemetry/exporters/otlp/otlp_recordable_utils.h"
1819
#include "opentelemetry/nostd/span.h"
1920
#include "opentelemetry/nostd/string_view.h"
2021
#include "opentelemetry/sdk/common/exporter_utils.h"
2122
#include "opentelemetry/sdk/common/global_log_handler.h"
23+
#include "opentelemetry/sdk/common/thread_instrumentation.h"
2224
#include "opentelemetry/sdk/logs/recordable.h"
2325
#include "opentelemetry/version.h"
2426

exporters/otlp/src/otlp_http_metric_exporter.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
#include "opentelemetry/exporters/otlp/otlp_http_client.h"
1515
#include "opentelemetry/exporters/otlp/otlp_http_metric_exporter.h"
1616
#include "opentelemetry/exporters/otlp/otlp_http_metric_exporter_options.h"
17+
#include "opentelemetry/exporters/otlp/otlp_http_metric_exporter_runtime_options.h"
1718
#include "opentelemetry/exporters/otlp/otlp_metric_utils.h"
1819
#include "opentelemetry/nostd/string_view.h"
1920
#include "opentelemetry/sdk/common/exporter_utils.h"
2021
#include "opentelemetry/sdk/common/global_log_handler.h"
22+
#include "opentelemetry/sdk/common/thread_instrumentation.h"
2123
#include "opentelemetry/sdk/metrics/export/metric_producer.h"
2224
#include "opentelemetry/sdk/metrics/instruments.h"
2325
#include "opentelemetry/version.h"

exporters/otlp/test/otlp_file_client_test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "opentelemetry/common/timestamp.h"
2121
#include "opentelemetry/exporters/otlp/otlp_file_client.h"
2222
#include "opentelemetry/exporters/otlp/otlp_file_client_options.h"
23+
#include "opentelemetry/exporters/otlp/otlp_file_client_runtime_options.h"
2324
#include "opentelemetry/exporters/otlp/otlp_recordable.h"
2425
#include "opentelemetry/exporters/otlp/otlp_recordable_utils.h"
2526
#include "opentelemetry/nostd/shared_ptr.h"

sdk/src/logs/batch_log_record_processor_factory.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "opentelemetry/sdk/logs/batch_log_record_processor.h"
88
#include "opentelemetry/sdk/logs/batch_log_record_processor_factory.h"
99
#include "opentelemetry/sdk/logs/batch_log_record_processor_options.h"
10+
#include "opentelemetry/sdk/logs/batch_log_record_processor_runtime_options.h"
1011
#include "opentelemetry/sdk/logs/exporter.h"
1112
#include "opentelemetry/sdk/logs/processor.h"
1213
#include "opentelemetry/version.h"

sdk/src/trace/batch_span_processor.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "opentelemetry/sdk/common/thread_instrumentation.h"
2424
#include "opentelemetry/sdk/trace/batch_span_processor.h"
2525
#include "opentelemetry/sdk/trace/batch_span_processor_options.h"
26+
#include "opentelemetry/sdk/trace/batch_span_processor_runtime_options.h"
2627
#include "opentelemetry/sdk/trace/exporter.h"
2728
#include "opentelemetry/sdk/trace/processor.h"
2829
#include "opentelemetry/sdk/trace/recordable.h"

0 commit comments

Comments
 (0)