open-telemetry / opentelemetry-python-contrib

OpenTelemetry instrumentation for Python modules
https://opentelemetry.io
Apache License 2.0
728 stars 599 forks source link

New Labels Request - `propagator: aws:xray` and `id-generator: aws:xray` #2772

Open srprash opened 2 months ago

srprash commented 2 months ago

Hello, I'm reaching out on behalf of the AWS X-Ray team. We would like to request the addition of new labels to this repository: propagator: aws:xray, and id-generator: aws:xray. These labels would be used for PRs and issues pertaining to the X-Ray Propagator and X-Ray ID Generator. Ideally, there would be automation that adds these labels to PRs touching X-Ray component code - we would be happy to help with this if some guidance was provided.

Our goal is to have labelling across open-telemetry repositories so that we can find PRs and issues related to the X-Ray components and give faster support to the OTEL community.

Thank you.

lzchen commented 2 months ago

@srprash

Currently our labels are not vendor/instrumentation specific. I am not sure we want to change this precedence yet. We have already implemented the component-owners.yml workflow to assign owners to PRs that touches the corresponding component code.