File tree 8 files changed +15
-3
lines changed
8 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
#include < chrono>
5
+ #include < cstdint>
5
6
#include < map>
6
7
#include < string>
7
8
#include < unordered_set>
Original file line number Diff line number Diff line change 14
14
#include " opentelemetry/exporters/otlp/otlp_http_exporter_options.h"
15
15
#include " opentelemetry/exporters/otlp/otlp_recordable.h"
16
16
#include " opentelemetry/exporters/otlp/otlp_recordable_utils.h"
17
+ #include " opentelemetry/ext/http/client/http_client.h"
17
18
#include " opentelemetry/nostd/span.h"
18
19
#include " opentelemetry/nostd/string_view.h"
19
20
#include " opentelemetry/sdk/common/exporter_utils.h"
Original file line number Diff line number Diff line change 14
14
#include " opentelemetry/exporters/otlp/otlp_http_log_record_exporter_options.h"
15
15
#include " opentelemetry/exporters/otlp/otlp_log_recordable.h"
16
16
#include " opentelemetry/exporters/otlp/otlp_recordable_utils.h"
17
+ #include " opentelemetry/ext/http/client/http_client.h"
17
18
#include " opentelemetry/nostd/span.h"
18
19
#include " opentelemetry/nostd/string_view.h"
19
20
#include " opentelemetry/sdk/common/exporter_utils.h"
Original file line number Diff line number Diff line change 14
14
#include " opentelemetry/exporters/otlp/otlp_http_metric_exporter.h"
15
15
#include " opentelemetry/exporters/otlp/otlp_http_metric_exporter_options.h"
16
16
#include " opentelemetry/exporters/otlp/otlp_metric_utils.h"
17
+ #include " opentelemetry/ext/http/client/http_client.h"
17
18
#include " opentelemetry/nostd/string_view.h"
18
19
#include " opentelemetry/sdk/common/exporter_utils.h"
19
20
#include " opentelemetry/sdk/common/global_log_handler.h"
Original file line number Diff line number Diff line change 9
9
#include < chrono>
10
10
#include < cstdint>
11
11
#include < cstring>
12
+ #include < deque>
12
13
#include < functional>
14
+ #include < iterator>
13
15
#include < list>
14
16
#include < mutex>
15
17
#include < string>
Original file line number Diff line number Diff line change 15
15
#include < map>
16
16
#include < memory>
17
17
#include < random>
18
+ #include < ratio>
18
19
#include < sstream>
19
20
#include < string>
20
21
#include < thread>
Original file line number Diff line number Diff line change 1
1
// Copyright The OpenTelemetry Authors
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
+ #include < curl/curl.h>
4
5
#include < curl/curlver.h>
5
- #include < gmock/gmock.h>
6
- #include < gtest/gtest.h>
6
+ #include " gmock/gmock.h"
7
+ #include " gtest/gtest.h"
8
+
7
9
#include < string.h>
10
+ #include < algorithm>
8
11
#include < atomic>
9
12
#include < chrono>
10
13
#include < condition_variable>
Original file line number Diff line number Diff line change 2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
4
#include < gtest/gtest.h>
5
- # include < stdlib.h >
5
+
6
6
#include < chrono>
7
+ #include < cstdint>
8
+ #include < cstdlib>
7
9
#include < string>
8
10
9
11
#include " opentelemetry/sdk/common/env_variables.h"
You can’t perform that action at this time.
0 commit comments