Lines Matching full:observability
1 gRPC GCP Observability Example
4 The GCP Observability example consists of a Hello World client and a Hello World server instrumente…
6 __Please refer to Microservices Observability user guide for setup.__
10 Build the Observability client & server. From the `grpc-java/examples/example-gcp-observability`
16 This creates the scripts `build/install/example-gcp-observability/bin/gcp-observability-client` and
17 `build/install/example-gcp-observability/bin/gcp-observability-server`.
21 To use Observability, you should first setup and configure authorization as mentioned in the user g…
23 …ERVABILITY_CONFIG_FILE` environment variable to point to the gRPC GCP Observability configuration …
24 is not set then `GRPC_GCP_OBSERVABILITY_CONFIG` environment variable to gRPC GCP Observability conf…
25 `build/install/example-gcp-observability/bin/gcp-observability-client` and
26 `build/install/example-gcp-observability/bin/gcp-observability-server`.
28 1. To start the observability-enabled example server on its default port of 50051, run:
31 $ ./build/install/example-gcp-observability/bin/gcp-observability-server
34 2. In a different terminal window, run the observability-enabled example client:
37 $ ./build/install/example-gcp-observability/bin/gcp-observability-client