Marc Alff
545f9f4108
[CodeHealth] fix include-what-you-use, part 8 ( #3465 )
2025-06-09 10:23:10 +02:00
Marc Alff
76460cf70a
[CI] build examples with IWYU ( #3450 )
2025-05-31 02:09:27 +02:00
Marc Alff
f7a9aea063
[SEMANTIC CONVENTIONS] Migration to weaver ( #3105 )
2024-11-13 19:14:12 +01:00
Siddhartha Malladi
a71642fe67
[Code Health] Clang Tidy cleanup, Part 2 ( #3038 )
2024-08-25 19:58:32 +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
Keith Smiley
eaaf6cd602
Fix old style cast warning ( #2567 )
...
Fixes https://github.com/open-telemetry/opentelemetry-cpp/issues/2556
2024-02-28 23:01:19 +01:00
Marc Alff
8f97cab686
[SEMANTIC CONVENTIONS] Upgrade to 1.21.0 ( #2248 )
2023-07-28 15:06:57 -07:00
Lalit Kumar Bhasin
61bc860a49
[ETW Exporter] Add Virtual destructor for TailSampler, Update Maintainer mode warnings for MSVC ( #1897 )
2023-01-04 09:33:02 -08: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
1dc810d882
Fix #1649 ( #1658 )
...
Fixed some warnings reported by clang.
-Wnewline-eof
no newline at end of file
-Wc++98-compat-extra-semi
extra ';' outside of a function is incompatible with C++98
-Winconsistent-missing-destructor-override
'~XXX' overrides a destructor but is not marked 'override'
-Wheader-hygiene
using namespace directive in global context in header
-Wunused-parameter
unused parameter
Fixed some warnings reported by gcc.
-Werror=missing-field-initializers
missing initializer for member ‘opentelemetry::v1::sdk::trace::SamplingResult::trace_state’
-Werror=unused-variable
unused variable
-Werror=unused-parameter
unused parameter
2022-10-05 11:41:58 -07: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
Marc Alff
09480544c8
Add automatically semantic conventions from the spec ( #873 ) ( #1497 )
2022-07-21 10:57:34 -07:00
Lalit Kumar Bhasin
4f5505f9cb
sem ver ( #1140 )
2021-12-20 12:25:30 -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
Max Golovanov
d0e73c87c4
Switch from MPark variant to `absl::variant` as default ( #771 )
2021-06-04 23:59:02 +05:30
Lalit Kumar Bhasin
3fa6525f40
Add missing Copyright headers ( #754 )
2021-05-25 11:37:08 +05:30
Lalit Kumar Bhasin
1a68aaf769
cleanup for GetSpan ( #794 )
2021-05-25 00:01:37 +05:30
Lalit Kumar Bhasin
d8467a78b3
Enhance existing http example to support w3c trace context propagation ( #727 )
2021-05-08 13:40:47 +05:30
Tom Tan
70dafb8bd2
Remove unused variable in http server example ( #643 )
2021-04-01 07:43:03 +05:30
Lalit Kumar Bhasin
179a7f4047
Add http client/server example ( #632 )
2021-03-30 16:10:47 +05:30