File tree Expand file tree Collapse file tree 9 files changed +12
-0
lines changed
Expand file tree Collapse file tree 9 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments