Marc Alff
5bc053e522
[SDK] Support OTEL_SDK_DISABLED environment variable ( #3245 )
2025-02-05 21:42:51 +01:00
Marc Alff
e5a1a15296
[Code Health] Include what you use, part 6 ( #3216 )
2025-01-08 10:31:06 +01:00
Marc Alff
a9208987c5
[Code Health] include-what-you-use cleanup, part 3 ( #3004 )
2024-08-26 12:59:17 -07:00
Siddhartha Malladi
eb2b9753ea
[Code Health] clang-tidy cleanup, part 1 ( #2990 )
2024-07-11 11:45:17 +02:00
Marc Alff
1fc4cacf3e
Fixed copyright for every file under api/, ( #1960 )
2023-02-06 22:07:36 +00:00
Ehsan Saei
b8b715faf9
[Metrics SDK] Cleanup ENABLE_METRICS_PREVIEW ( #1735 )
2022-11-06 21:03:08 +00:00
Ehsan Saei
7fd76eec7d
[Metrics] Switch to explicit 64 bit integers ( #1686 )
2022-10-25 16:57:49 +02: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
Ehsan Saei
6c240fdfbc
remove throw check from metrics with noexcept ( #1560 )
2022-08-11 18:24:01 +00:00
Ehsan Saei
3c7b44bf4f
metrics exemplar round 1 ( #1264 )
2022-03-24 22:31:41 +01:00
Lalit Kumar Bhasin
8ddf9d30a6
Metrics API : Provider , MeterProvider, Meter, SynchronousInstrument ( #1033 )
2021-11-10 19:03:13 -08:00
Lalit Kumar Bhasin
e58524c49a
Move old metrics implementation to different directory, and rename targets to *_deprecated ( #1053 )
...
Co-authored-by: Tom Tan <Tom.Tan@microsoft.com>
2021-11-05 14:25:22 -07:00
WenTao Ou
521ebd8f51
+ Move `CORE_RUNTIME_LIBS` into dependency of `opentelemetry_api` ( #850 )
2021-06-12 21:29:37 +05:30
Lalit Kumar Bhasin
3fa6525f40
Add missing Copyright headers ( #754 )
2021-05-25 11:37:08 +05:30
Lalit Kumar Bhasin
b696e11b7c
Add preview feature-flag/macro for metrics ( #745 )
2021-05-14 14:37:28 +05:30
Max Golovanov
1e7b9d8a95
Using STD library for API surface ( #374 )
2020-12-22 11:27:48 +05:30
Max Golovanov
2a516addb6
Build tools: build configurations, vcpkg support, vcpkg port file for OpenTelemetry, use submodules for CMake deps ( #377 )
2020-11-30 14:47:41 -08:00
Karen Xu
f2708921be
Move KeyValueIterable and KeyValueIterableView from trace to common ( #363 )
2020-10-17 20:10:44 -07:00
Max Golovanov
7100f73644
Visual Studio compiler warnings clean-up ( #315 )
2020-09-09 14:33:49 -07:00
Brandon Kimberly
52981327ed
Add OpenTelemetry Meter API ( #162 )
2020-08-03 11:54:52 -07:00
easy
336593bb65
Autoformat. No functional changes. ( #223 )
2020-07-28 21:18:43 -07:00
Ankit Bhargava
ed694564c3
Add Metric Instruments API ( #161 )
2020-07-27 07:55:04 -07:00
Hudson Humphries
04c48a1cef
Add MeterProvider api ( #165 )
2020-07-14 13:20:05 -07:00