grpc/examples/cpp/otel/ostream
Yash Tibrewal 261aa6340a
[OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721)
Backport #36686 to v1.63.x

Public Changes -
* Add a pkgconfig installer for `grpcpp_otel_plugin`

Example Changes -
* Add example of how to use the pkgconfig for `grpcpp_otel_plugin` with
the existing OpenTelemetry example.
* Add another OpenTelemetry example that uses OTel's OStream exporter.
This makes it easier to test the pkgconfig file for `grpcpp_otel_plugin`
since the OStream exporter does not require any additional dependencies,
as opposed to the Prometheus exporter.

Test changes -
* Modify `run_distrib_test_cmake_pkgconfig.sh` test to install
opentelemetry and build the example with the OStream exporter.
2024-05-27 21:53:40 -07:00
..
BUILD [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721) 2024-05-27 21:53:40 -07:00
CMakeLists.txt [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721) 2024-05-27 21:53:40 -07:00
Makefile [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721) 2024-05-27 21:53:40 -07:00
greeter_callback_client.cc [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721) 2024-05-27 21:53:40 -07:00
greeter_callback_server.cc [OTel] Generate pkg-config file for grpcpp_otel_plugin (#36686) (#36721) 2024-05-27 21:53:40 -07:00