gparlamas

Results 6 comments of gparlamas

@farzinlize if you are implementing ThreadInstrumentation interface call google::protobuf::ShutdownProtobufLibrary() in OnEnd() or at the end of your main() I had memory leaks from protobuf too and in my case that...

Hi @dbarker, I am not using grpc / proto /absl in my system so would like to minimise 3rd party dependencies. I thought / was hoping the static build of...

this is how it looks if path is the same ls /home/gp/usr/local/include/ absl ares_dns.h ares_nameser.h ares_version.h grpc grpcpp opentelemetry upb utf8_validity.h zlib.h ares_build.h ares.h ares_rules.h google grpc++ gsl re2 utf8_range.h...

Thanks @dbarker It's not ideal though for systems that are not using directly these 3, big, libraries (absl, proto, grpc). Otel is forcing us to deploy them. I noticed as...

Hi @marcalff I am using / exporting metrics only using otlp protocol over grpc. Using find_package(opentelemetry-cpp CONFIG REQUIRED COMPONENTS api exporters_otlp_grpc) I am building a mini lib with target_link_libraries(otel-lib PUBLIC...

@marcalff Indeed, otlp-http doesn't rely on gRPC, deploying OpenTelemetry dependencies is significantly less noisy and more lightweight.