Replies: 2 comments 8 replies
-
Side question from ignorance: Without exporters and headers, what am I actually pulling when I ask for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this to discussion, as the otel-cpp vcpkg is not officially distributed by OpenTelemetry C++. @ThomsonTan has created the latest vcpkg port v1.8.2, so he may be able to help here.
It should bring exporter and it's headers. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your environment
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
vcpkg package management program version 2023-01-24-8a88d63f241d391772fbde69af9cab96c3c64c75
I am compiling just the http_main.cc file from
examples/otlp/http_main.cc
in a new project that uses vcpkg to satisfy dependencies, to test the vcpkg route to see if that works better than building/installing from source.vcpkg.json:
Steps to reproduce
What is the expected behavior?
What is the actual behavior?
Additional context
Similar to #1975 , I suspect the exporter will not be built unless I also include
opentelemetry-cpp[otlp,otlp_http]
, but that is highly undesirable because it pullsgrpc
, which is currently a showstopper for various reasons. Sincegrpc
is not actually required, there should be a mutually exclusive option for http.Beta Was this translation helpful? Give feedback.
All reactions