xref: /aosp_15_r20/external/grpc-grpc/examples/cpp/gcp_observability/helloworld/client_config.json (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1{
2  "cloud_monitoring": {},
3  "cloud_trace": {
4    "sampling_rate": 1.0
5  },
6  "cloud_logging": {
7    "client_rpc_events": [{
8      "methods": ["*"]
9    }],
10    "server_rpc_events": [{
11      "methods": ["*"]
12    }]
13  },
14  "labels": {
15    "environment" : "example-client"
16  }
17}
18
19