GitHub Username
@shashank-reddy-nr
Requirements
Sponsors
Each sponsor should reply to this issue with the comment "I support".
Please remember, it is an applicant's responsibility to get their sponsors' confirmation before submitting the request.
List of contributions to the OpenTelemetry project
My contributions center on a cross-language effort to add a stable Kafka cluster.id identifier to OpenTelemetry telemetry, so Kafka producer/consumer/metric signals can be correlated to a specific cluster (disambiguating clusters that reuse identical broker addresses across environments/VPCs).
PRs authored
Issues authored / responded to
GitHub Username
@shashank-reddy-nr
Requirements
Sponsors
Each sponsor should reply to this issue with the comment "I support".
Please remember, it is an applicant's responsibility to get their sponsors' confirmation before submitting the request.
List of contributions to the OpenTelemetry project
My contributions center on a cross-language effort to add a stable Kafka
cluster.ididentifier to OpenTelemetry telemetry, so Kafka producer/consumer/metric signals can be correlated to a specific cluster (disambiguating clusters that reuse identical broker addresses across environments/VPCs).PRs authored
[receiver/kafka_metrics]Addkafka.cluster.idresource attribute (Kafka cluster UUID), auto-discovered from broker metadata. Currently in active review with a maintainer; verified end-to-end across Kafka 0.10.2 → 4.0 (KRaft & ZooKeeper; Apache/Confluent/Strimzi).feat(kafka): addmessaging.kafka.cluster.idfrom client reflection (includes a Kafka 3.7+ KIP-848LegacyKafkaConsumerbootstrap-extraction fix).feat(kafka): addmessaging.cluster.idspan attribute on Confluent.Kafka producer/consumer spans, with unit + integration tests.kafkajsinstrumentation.messaging.cluster.idin the messaging semantic conventions registry (semconv prototype backing the instrumentation PRs above).Issues authored / responded to
[receiver/kafkametrics]feature request for thekafka.cluster.idresource attribute (tracking issue for #48897).feat(kafka): addmessaging.cluster.idto producer/consumer spans.[Kafka]Addmessaging.cluster.idspan attribute.