cpp2sky
cpp2sky copied to clipboard
Distributed tracing and monitor SDK in CPP for Apache SkyWalking APM

I have a new problem. this problem occur in my test demo. demo has only one thread. this is my demo code: ``` #include #include #include "cpp2sky/propagation.h" #include "cpp2sky/tracer.h" #include...
@wu-sheng My project include cpp2sky to report tracing data, i find one thread cost cpu 100%,afer debug i think find a bug: ``` void TracerImpl::run() { void* got_tag; bool ok...
ERROR Info ` bazel build //main:app INFO: SHA256 (https://hub.fastgit.org/SkyAPM/cpp2sky/archive/refs/tags/v0.3.0.zip) = 464230fc02d2b98a0885dbe1a8c0a08d8428e8ca2657428a58e962470ad6e383 DEBUG: Rule 'com_github_skyapm_cpp2sky' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = "464230fc02d2b98a0885dbe1a8c0a08d8428e8ca2657428a58e962470ad6e383" DEBUG:...
sendSegment is not thread-safe because `GrpcAsyncSegmentReporterStream::clearPendingMessages` is not which causes SIGABRT with `proto_buffer_writer.h:65 assertion failed: !byte_buffer->Valid()`
I have an old project which is run on windows server 2013。we were unable to refactor the project for A complex set of reasons。the project is one of our core...
how to build cop2sky with specific version of protoc executive in local OS
E:\vs\bazel\cpp2sky\cpp2sky>bazel build //example:sample ERROR: Traceback (most recent call last): File "C:/users/qqing/_bazel_qqing/tfigvl4k/external/build_bazel_rules_apple/apple/internal/testing/ios_rules.bzl", line 62, column 61, in ios_ui_test_bundle = rule_factory.create_apple_bundling_rule( File "C:/users/qqing/_bazel_qqing/tfigvl4k/external/build_bazel_rules_apple/apple/internal/rule_factory.bzl", line 904, column 55, in _create_apple_bundling_rule rule_attrs.append(_common_binary_linking_attrs(rule_descriptor)) File "C:/users/qqing/_bazel_qqing/tfigvl4k/external/build_bazel_rules_apple/apple/internal/rule_factory.bzl",...
Add sample flag to `TracingContextImpl`. Only the sampled spans/segments need to be reported to skywalking server.
Does the cpp2sky support cross compile?I want to build for arm64 linux platform with linaro gcc,if supported,where can I find the guide or cross-configure files? thanks!