-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Labels
bugSomething isn't workingSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
How to use opentelemetry-cpp with or without ABSEIL is unclear.
This is because:
- using the opentelemetry-cpp ABI with abseil
- using an exporter that indirectly depends on abseil (namely, the OTLP GRPC exporter)
- using abseil in an application that happens to use opentelemetry-cpp header files
all collide into the same flag, WITH_ABSEIL, while each topic is a separate concern.
We need to clarify what is supported, what is not supported, and how to build cleanly a coherent binary while separating each concern.
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't workingtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.