Files
Yash Tibrewal 1293ee8286 Gcp Observability: Add example (#32710)
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.

-->
2023-03-27 12:59:45 -07:00

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"
}
}