Skip to content

Commit 22048a8

Browse files
committed
fix bazel
1 parent e9b09a0 commit 22048a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exporters/otlp/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ cc_library(
181181
"include/opentelemetry/exporters/otlp/otlp_environment.h",
182182
"include/opentelemetry/exporters/otlp/otlp_file_client.h",
183183
"include/opentelemetry/exporters/otlp/otlp_file_client_options.h",
184+
"include/opentelemetry/exporters/otlp/otlp_file_client_runtime_options.h",
184185
"include/opentelemetry/exporters/otlp/protobuf_include_prefix.h",
185186
"include/opentelemetry/exporters/otlp/protobuf_include_suffix.h",
186187
],
@@ -211,6 +212,7 @@ cc_library(
211212
"include/opentelemetry/exporters/otlp/otlp_file_exporter.h",
212213
"include/opentelemetry/exporters/otlp/otlp_file_exporter_factory.h",
213214
"include/opentelemetry/exporters/otlp/otlp_file_exporter_options.h",
215+
"include/opentelemetry/exporters/otlp/otlp_file_exporter_runtime_options.h",
214216
"include/opentelemetry/exporters/otlp/protobuf_include_prefix.h",
215217
"include/opentelemetry/exporters/otlp/protobuf_include_suffix.h",
216218
],
@@ -300,6 +302,7 @@ cc_library(
300302
"include/opentelemetry/exporters/otlp/otlp_file_metric_exporter.h",
301303
"include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_factory.h",
302304
"include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_options.h",
305+
"include/opentelemetry/exporters/otlp/otlp_file_metric_exporter_runtime_options.h",
303306
"include/opentelemetry/exporters/otlp/protobuf_include_prefix.h",
304307
"include/opentelemetry/exporters/otlp/protobuf_include_suffix.h",
305308
],
@@ -357,6 +360,7 @@ cc_library(
357360
"include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter.h",
358361
"include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_factory.h",
359362
"include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_options.h",
363+
"include/opentelemetry/exporters/otlp/otlp_file_log_record_exporter_runtime_options.h",
360364
"include/opentelemetry/exporters/otlp/protobuf_include_prefix.h",
361365
"include/opentelemetry/exporters/otlp/protobuf_include_suffix.h",
362366
],

0 commit comments

Comments
 (0)