Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@duncanpo duncanpo released this 19 Jun 18:03
· 304 commits to main since this release
  • The OTLP HTTP and gRPC exporters are now optional. By default only the OTLP HTTP exporter is installed.
  • To switch between installing exporters, define WITH_OTLP_HTTP and WITH_OTLP_GRPC macros during build. For example "cmake ... -DWITH_OTLP_HTTP=OFF -DWITH_OTLP_GRPC=ON ..." will only install the gRPC exporter.
  • At least one of WITH_OTLP_HTTP and WITH_OTLP_GRPC must be turned on.