Commit Graph

44 Commits

Author SHA1 Message Date
Marc Alff 545f9f4108
[CodeHealth] fix include-what-you-use, part 8 (#3465) 2025-06-09 10:23:10 +02:00
Doug Barker 549f2b009d
[TEST] test examples in CI with CMake Part 1 (#3449) 2025-06-05 20:49:45 +02:00
ethan d99593f2fd
[EXPORTER] support unix sockets in grpc client (#3410) 2025-05-28 21:41:18 +02:00
Doug Barker 82ec2a5a3d
[CMAKE] update cmake files in examples directory (#3421) 2025-05-19 15:06:37 +02:00
Doug Barker c2a9397627
[INSTALL] add cmake components to the package (#3220) 2025-04-02 09:54:17 +02:00
WenTao Ou ab8147987d
[BUILD] Remove `WITH_ABSEIL` (#3318) 2025-04-02 01:45:26 +02:00
Luke (GuangHui) Zhang a57063f7a2
fix: buffer overrun in the gRPC sample project (#3304)
Building the sample on Windows, the gRPC sample server/client app fails to function correctly. The propagated trace context is corrupted, containing garbage characters after the trace parent string.

The string buffer from gRPC cannot be safely treated as a null-terminated C-string. To ensure safe copying, we must use its length property instead.
2025-03-21 00:52:50 +01:00
Marc Alff 5bc053e522
[SDK] Support OTEL_SDK_DISABLED environment variable (#3245) 2025-02-05 21:42:51 +01:00
Marc Alff 62b71970e5
[Code Health] Include what you use, part 7 (#3238) 2025-01-13 22:51:47 +01:00
Alex E. 2d80c18304
[Code health] Perform cppcheck cleanup (#3150) 2024-12-07 00:34:19 +01:00
WenTao Ou a5db7e5935
[EXPORTER] Allow to share gRPC clients between OTLP exporters (#3041) 2024-11-18 23:32:36 +01:00
Marc Alff f7a9aea063
[SEMANTIC CONVENTIONS] Migration to weaver (#3105) 2024-11-13 19:14:12 +01:00
Siddhartha Malladi eb2b9753ea
[Code Health] clang-tidy cleanup, part 1 (#2990) 2024-07-11 11:45:17 +02:00
Marc Alff c42dcca9f8
[CI] Upgrade to clang-format 18 (#2684) 2024-05-29 22:01:06 +02:00
Marc Alff 7aea1a6a94
[SEMANTIC CONVENTIONS] Rework on semantic conventions 1.25.0 (#2640) 2024-04-18 00:41:38 +02:00
Ehsan Saei 8f15440b45
[SEMANTIC CONVENTIONS] Upgrade to semantic convention 1.25.0 (#2633) 2024-04-16 23:29:10 +02:00
Marc Alff ac7ee5f80a
[BUILD] CMake cleanup for message() (#2582) 2024-03-08 09:02:49 +01:00
Marc Alff f2cbf02ec1
[SEMANTIC CONVENTION] Upgrade to semconv 1.22.0 (#2368) 2023-10-16 09:38:30 +02:00
WenTao Ou 0d1326a02e
Support protobuf 3.22 or upper (#2163) 2023-08-11 14:56:50 -07:00
Marc Alff 8f97cab686
[SEMANTIC CONVENTIONS] Upgrade to 1.21.0 (#2248) 2023-07-28 15:06:57 -07:00
Marc Alff 8b613188a3
[SDK] TracerProvider should own TracerContext, not share it (#2221) 2023-07-08 16:07:38 +02:00
Cengizhan Pasaoglu cfcda5728e
[SDK] Header files cleanup, use forward declarations (#2182) 2023-06-21 00:11:31 +02:00
Chill.dude 2462f7c98c
Fix some docs typo (#2057) 2023-03-15 22:37:18 -07:00
Marc Alff 1d18614edb
Fixed copyright in examples. (#1964) 2023-02-07 05:59:12 +00:00
Marc Alff a343da043e
Fix #1867 Orderly shutdown in examples (#1868) 2023-01-04 06:33:40 -08:00
Marc Alff d7a388b154
[SEMANTIC CONVENTIONS] Upgrade to version 1.15.0 (#1761) 2022-11-16 13:46:14 -08:00
Marc Alff f29703b21c
Fixes #249 (#1677)
Fixed many remaining compiler warnings.
2022-10-13 20:56:17 +02:00
Marc Alff fe0c62fec8
[Semantic Conventions] Align on the specification 1.13.0 (#1625)
* Fix #1624

* Added changelog
2022-09-21 19:11:11 -07:00
Dennis ed9f583c47
[gRPC]: Fix out-of-bounds access of string_view in GrpcClientCarrier in the example (#1619) 2022-09-19 09:43:35 -07:00
Marc Alff 09480544c8
Add automatically semantic conventions from the spec (#873) (#1497) 2022-07-21 10:57:34 -07:00
Marc Alff e708de5565
Fix trace sdk builder 1393 (#1471) 2022-07-15 12:52:12 -07:00
Tom Tan 0b1a74c7ab
Enable line-length lint for markdown docs (#1268) 2022-03-16 07:17:12 -07:00
WenTao Ou 1f0bf83b98
Using system installed grpc,curl,protobuf to enable otlp exporters by default (#1131) 2022-01-03 21:15:18 -08:00
Lalit Kumar Bhasin 4f5505f9cb
sem ver (#1140) 2021-12-20 12:25:30 -08:00
Ehsan Saei 0a924fb490
Mark tags to bazel targets (#1075) 2021-11-22 14:10:03 -08:00
Paurush Garg 9772156789
fix: issue 368- consistent namespace scope resolution (#1008) 2021-11-15 19:53:34 -08:00
Lalit Kumar Bhasin 320c5935f6
Add note on experimental semantic convention implementation (#970)
* add note on experimental semantic conv

* nit

* Document experimental feature in versioning doc

* Document experimental feature in versioning doc

* rename experimental headers to experimental-*

* review comments

* missing changes

* fix bazel builg
2021-09-13 09:33:46 -07:00
Lalit Kumar Bhasin 703576c0b8
make span context management public (#967) 2021-09-03 09:04:33 -07:00
Lalit Kumar Bhasin 5414ebe92a
Adding semantic-convention attributes for trace (#868) 2021-07-30 22:17:53 +05:30
Oblivion 40d2eb5c72
add bazel build for grpc example (#910) 2021-07-20 12:25:02 +05:30
Max Golovanov 7fca2c3958
Fix issues with `Win32` / `x86` compilation (#847) 2021-06-15 10:01:03 +05:30
Max Golovanov 5acf4cf597
More fixes to build all with Visual Studio 2015 (#840) 2021-06-09 12:51:25 +05:30
Tom Tan 01837f565d
Fix protobuf compilation warning in gRPC example (#830) 2021-06-08 11:34:33 +05:30
Lucas 0f6199f9f7
Simple instrumented gRPC example (#729) 2021-06-03 17:09:52 +05:30