-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Adding an "Android" entry to /docs/languages/ #6136
Comments
Hey, thanks for raising this! I have thought about the question how we want to add client site implementations to the docs in the past a few times, but never came to a point to write it down, so I take your PR as a trigger to get started with that. I think there are 2 options:
My personal opinion is that having "languages/android" is confusing to end users, since android is not a programming language, that's why I suggest the two options above. I would prefer the prominent option (2) long term, but we can start with (1) while things are still evolving. @open-telemetry/docs-approvers @open-telemetry/android-approvers @open-telemetry/javascript-approvers @open-telemetry/java-approvers PTAL |
I don't personally mind having Android as a top-level language. It's a top-level SIG in OpenTelemetry, and it's a pretty distinct ecosystem from Java. |
I wonder if this is the right time to move browser JS, along with Android and iOS, and perhaps k8s, into a "platform" parent node. That's increasingly how I see users/customers reason about the nature of OTel support for what they're doing. |
FYI, that's what we ended up doing for gRPC, see https://grpc.io/docs/ which has "Languages" and "Platforms". |
We talked about this during the SIG call yesterday, and it seems that the "Platforms"-idea is what we want to implement, i.e. we create "Platforms" as a new top level category, and it will contain:
This is similar to the grpc-page as @chalin linked to it, and seems to be commonly understood. @open-telemetry/operator-approvers @open-telemetry/lambda-extension-approvers @open-telemetry/android-approvers @open-telemetry/sandbox-web-js-maintainers @open-telemetry/javascript-approvers PTAL! EditLet's continue to track this via the following issue. Please add your likes etc on this issue: |
Here's a first PR in support of a new Platforms section, PTAL: |
Desired feature or idea: Having Android listed here with a small introduction to this repo.
Additional context: This page tends to be a common way for people to discover what's supported by OTel, so even though the OTel Android project is not yet stable, having an entry there should help bring people's attention to this project and hopefully finding contributors too!
The text was updated successfully, but these errors were encountered: