Add Go and Java examples to OpenTelemetry Metrics Language examples. (#1342)

This commit is contained in:
Vindhya Ningegowda 2024-08-05 14:04:44 -07:00 committed by GitHub
parent bdf3455d3f
commit 7b283ae90d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,8 @@ Error counts can be calculated by using a filter `grpc.status != OK` value on th
| Language | Example |
|----------|------------------|
| C++ | [C++ Example] |
| Go | [Go Example] |
| Java | [Java Example] |
| Python | [Python Example] |
@ -144,6 +146,8 @@ Error counts can be calculated by using a filter `grpc.status != OK` value on th
* [A79: Non-per-call Metrics Architecture]
[C++ Example]: https://github.com/grpc/grpc/tree/master/examples/cpp/otel
[Go Example]: https://github.com/grpc/grpc-go/tree/master/examples/features/opentelemetry
[Java Example]: https://github.com/grpc/grpc-java/tree/master/examples/example-opentelemetry
[Python Example]: https://github.com/grpc/grpc/tree/master/examples/python/observability
[A66: OpenTelemetry Metrics]: https://github.com/grpc/proposal/blob/master/A66-otel-stats.md
[A78: gRPC OTel Metrics for WRR, Pick First, and XdsClient]: https://github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md