mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-04-28 19:43:17 +02:00
1293ee8286
Adds a simple hello-world example for GCP Observability purposes along with a README. The microservices observability user guide is not yet up, but this still refers to it anyway. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->
19 lines
278 B
JSON
19 lines
278 B
JSON
{
|
|
"cloud_monitoring": {},
|
|
"cloud_trace": {
|
|
"sampling_rate": 1.0
|
|
},
|
|
"cloud_logging": {
|
|
"client_rpc_events": [{
|
|
"methods": ["*"]
|
|
}],
|
|
"server_rpc_events": [{
|
|
"methods": ["*"]
|
|
}]
|
|
},
|
|
"labels": {
|
|
"environment" : "example-server"
|
|
}
|
|
}
|
|
|