-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix trace sdk builder 1393 #1471
Fix trace sdk builder 1393 #1471
Commits on Jun 30, 2022
-
[Trace SDK] Implement builders (open-telemetry#1393)
Configuration menu - View commit details
-
Copy full SHA for 6861368 - Browse repository at this point
Copy the full SHA 6861368View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9a5f2 - Browse repository at this point
Copy the full SHA af9a5f2View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Fixed bazel build, clang-format.
Configuration menu - View commit details
-
Copy full SHA for 777a4fc - Browse repository at this point
Copy the full SHA 777a4fcView commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Format cleanup.
Configuration menu - View commit details
-
Copy full SHA for 356ef47 - Browse repository at this point
Copy the full SHA 356ef47View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Use std::unique_ptr instead of nostd::unique_ptr
Configuration menu - View commit details
-
Copy full SHA for 250bcde - Browse repository at this point
Copy the full SHA 250bcdeView commit details
Commits on Jul 1, 2022
-
[Trace SDK] Implement builders (open-telemetry#1393)
Continued, implemented: - JaegerExporterFactory, - InMemorySpanExporterFactory, - RandomIdGeneratorFactory.
Configuration menu - View commit details
-
Copy full SHA for 7041253 - Browse repository at this point
Copy the full SHA 7041253View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Added doc. Makefile format.
Configuration menu - View commit details
-
Copy full SHA for a176c4c - Browse repository at this point
Copy the full SHA a176c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c94c174 - Browse repository at this point
Copy the full SHA c94c174View commit details
Commits on Jul 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89fbfbe - Browse repository at this point
Copy the full SHA 89fbfbeView commit details
Commits on Jul 8, 2022
-
[Trace SDK] Implement builders (open-telemetry#1393)
Implemented code review comments: - reworded docs/cpp-sdk-factory-design.md, - re organized includes, - added TracerContextFactory. Also: - renamed Build() methods to Create(), for consistency with HttpClientFactory::Create(), - added doxygen comments, - added CHANGELOG entry.
Configuration menu - View commit details
-
Copy full SHA for bfc1030 - Browse repository at this point
Copy the full SHA bfc1030View commit details
Commits on Jul 9, 2022
-
Merge branch 'main' into fix_trace_sdk_builder_1393
Conflicts: CHANGELOG.md exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_exporter.h
Configuration menu - View commit details
-
Copy full SHA for 8a4eadc - Browse repository at this point
Copy the full SHA 8a4eadcView commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Implement code review comments: - Factory methods should return a unique_ptr. - Used TracerContextFactory in examples.
Configuration menu - View commit details
-
Copy full SHA for f8fe74d - Browse repository at this point
Copy the full SHA f8fe74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e7a1c - Browse repository at this point
Copy the full SHA 83e7a1cView commit details
Commits on Jul 12, 2022
-
[Trace SDK] Implement builders (open-telemetry#1393)
Implement code review comments: - avoid copy of resource parameters (used const reference) - added unit tests to verify build sanity - moved JsonBytesMappingKind and HttpRequestContentType to their own header, to avoid the dependency on protobuf from otlp_http_client.h
Configuration menu - View commit details
-
Copy full SHA for 755df64 - Browse repository at this point
Copy the full SHA 755df64View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Fixed makefiles.
Configuration menu - View commit details
-
Copy full SHA for 9cd6bb9 - Browse repository at this point
Copy the full SHA 9cd6bb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad543a - Browse repository at this point
Copy the full SHA 2ad543aView commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Unit test cleanup
Configuration menu - View commit details
-
Copy full SHA for 9077623 - Browse repository at this point
Copy the full SHA 9077623View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 08fb578 - Browse repository at this point
Copy the full SHA 08fb578View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
CMake cleanup. Reverted the renaming of library opentelemetry_exporter_in_memory to opentelemetry_exporter_memory_trace. The name opentelemetry_exporter_in_memory is used externally, in cmake/opentelemetry-cpp-config.cmake.in
Configuration menu - View commit details
-
Copy full SHA for 1dea7f3 - Browse repository at this point
Copy the full SHA 1dea7f3View commit details -
[Trace SDK] Implement builders (open-telemetry#1393)
Format makefile.
Configuration menu - View commit details
-
Copy full SHA for d4b651e - Browse repository at this point
Copy the full SHA d4b651eView commit details
Commits on Jul 15, 2022
-
[Trace SDK] Implement builders (open-telemetry#1393)
Fixed grammar in documentation.
Configuration menu - View commit details
-
Copy full SHA for 40217d5 - Browse repository at this point
Copy the full SHA 40217d5View commit details