Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ecosystem part in README.md #89

Merged
merged 2 commits into from
Mar 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@ APIs](https://opentelemetry.io/docs/instrumentation/go/#status-and-releases)
change. Once the Go OpenTelemetry metrics SDK stabilizes, we'll
release a stable v1 of this package.

## Ecosystem

* [connect-go]: Service handlers and clients for GoLang
* [connect-swift]: Swift clients for idiomatic gRPC & Connect RPC
* [connect-kotlin]: Kotlin clients for idiomatic gRPC & Connect RPC
* [connect-web]: TypeScript clients for web browsers
* [Buf Studio]: web UI for ad-hoc RPCs
* [connect-crosstest]: gRPC and gRPC-Web interoperability tests

## Support and Versioning

`connect-opentelemetry-go` supports:
Expand All @@ -110,3 +119,8 @@ Offered under the [Apache 2 license][license].
[opentelemetry.io]: https://opentelemetry.io/
[otel-go]: https://github.com/open-telemetry/opentelemetry-go
[otel-go-quickstart]: https://opentelemetry.io/docs/instrumentation/go/getting-started/
[connect-swift]: https://github.com/bufbuild/connect-swift
[connect-kotlin]: https://github.com/bufbuild/connect-kotlin
[connect-web]: https://www.npmjs.com/package/@bufbuild/connect-web
[Buf Studio]: https://studio.buf.build/
[connect-crosstest]: https://github.com/bufbuild/connect-crosstest