diff --git a/README.md b/README.md index 6beef557..196551af 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ If you’re an open source observability user or contributor, we invite you to g * Ask a question by filing an [issue](https://github.com/aws-observability/aws-otel-community/issues). * File a bug by filing a [pull request (PR)](https://github.com/aws-observability/aws-otel-community/pulls). * Contribute an enhancement or a feature which you need and maintainers will be happy to code review. You can open an issue to discuss the design of your proposed enhancement and then file a PR. -* If you’re just getting started, we welcome you to get started with issues tagged as “good first issues” and join [Gitter](https://gitter.im/aws-otel-distro/community) to ask maintainers and other developers any questions you may have. +* If you’re just getting started, we welcome you to get started with issues tagged as “good first issue”. Please feel free to join the [CNCF OpenTelemetry Slack channel](https://cloud-native.slack.com/archives/CJFCJHG4Q) to ask maintainers and other developers any questions you may have for e.g, [#opentelemetry](https://cloud-native.slack.com/archives/CJFCJHG4Q) channel for more interactions about the project. If you are new, you can create a CNCF Slack account [here](http://slack.cncf.io/). * Join the awesome upstream OpenTelemetry project [community](https://github.com/open-telemetry/community). Participate in the OpenTelemetry [SIG meetings](https://github.com/open-telemetry/community#calendar) where observability experts meet and discuss the OpenTelemetry specification and implementation of observability components. And the code is open source - so contribute to OpenTelemetry! - ## AWS Distro for OpenTelemetry (ADOT) Public Preview Program All preview features and AWS services integrations available for ADOT are supported under the guidelines of the ADOT [Public Preview Program](https://github.com/aws-observability/aws-otel-community/tree/master/preview-program). diff --git a/language_parity_chart.md b/language_parity_chart.md index 5ebcaf63..a3c22d57 100644 --- a/language_parity_chart.md +++ b/language_parity_chart.md @@ -5,16 +5,16 @@ These charts outline the various language library components and features implem |Features |Java |Javascript |.NET |Python |Go | |--- |--- |--- |--- |--- |--- | |AWS X-Ray Trace ID generation |Done |Done |Done |Done |Done | -|AWS X-Ray Trace ID propogation and trace header web framework handling |Done |Done |Done |Done |Done | -|Basic support for tracing call to AWS using language AWS SDK |Done |Done |In progress |Done |In progress | +|AWS X-Ray Trace ID propagation and trace header web framework handling |Done |Done |Done |Done |Done | +|Basic support for tracing call to AWS using language AWS SDK |Done |Done |Done |Done |Done | |Library metadata |Done |Done |Done |Done |Done | |DB/SQL support |Done |Done |In review |In review ([OTel Issue #159](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/159)) |Done | -|AWS X-Ray errors/exceptions format |Done (via ADOT Collector) |Done (via ADOT Collector) |In OTel, need traslation done in collector |Done (via ADOT Collector) |Needs implementation in OTel ([OTel issue #1491](https://github.com/open-telemetry/opentelemetry-go/issues/1491)) | +|AWS X-Ray errors/exceptions format |Done (via ADOT Collector) |Done (via ADOT Collector) |Done (via ADOT Collector) |Done (via ADOT Collector) |Done (via ADOT Collector) | |Resource Detectors - AWS Elastic Beanstalk |Done |Done |EC2 (through ADOT Collector) |EC2 (through ADOT Collector) |Done | |Resource Detectors - AWS EC2 |Done |Done |EC2 (through ADOT Collector) |EC2 (through ADOT Collector) |Done | -|Resource Detectors - AWS ECS |Done |Done |Partial (through ADOT Collector)
Container ID not recorded |Partial (through ADOT Collector)
Container ID not recorded |Done | -|Resource Detectors - AWS EKS |Done |Done |Partial (through ADOT Collector)|Partial (Through ADOT Collector)|Done | -|AWS X-Ray Trace ID injection into application logs |Done | | | | | -|Metadata/Annotations |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (Through Collector) | -|AWS Lambda support | | | |Done (with autoinstumentation) | | -|Auto-instumentation |Done |Needs implementation in OTel |Needs implementation in OTel |Done |Needs implementation in OTel | +|Resource Detectors - AWS ECS |Done |Done |Done |Done |Done | +|Resource Detectors - AWS EKS |Done |Done |Done |Done |Done | +|AWS X-Ray Trace ID injection into application logs |Done | Todo | Todo | Todo | Todo | +|Metadata/Annotations |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (through ADOT Collector) |Done (Through ADOT Collector) | +|AWS Lambda support |Done |Done | Todo |Done (with auto-instrumentation) | Todo | +|Auto-instrumentation |Done |Needs implementation in OTel |Needs implementation in OTel |Done |Todo |