Skip to content

Commit

Permalink
feat: add Elastic OpenTelemetry Node.js distribution
Browse files Browse the repository at this point in the history
The payment service has been modified to use the Elastic's OpenTelemetry
Distribution for Node.js instead of the upstream version.
  • Loading branch information
rogercoll committed Jun 18, 2024
1 parent 4d841ca commit cbd9fa2
Show file tree
Hide file tree
Showing 3 changed files with 1,594 additions and 151 deletions.
1 change: 1 addition & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following guide describes how to setup the OpenTelemetry demo with Elastic O

- The Java agent within the [Ad](../src/adservice/Dockerfile.elastic) and [Fraud Detection](../src/frauddetectionservice/Dockerfile.elastic) services have been replaced with the Elastic distribution of the OpenTelemetry Java Agent. You can find more information about the Elastic distribution in [this blog post](https://www.elastic.co/observability-labs/blog/elastic-distribution-opentelemetry-java-agent).
- The .NET agent within the [Cart service](../src/cartservice/src/Directory.Build.props) has been replaced with the Elastic distribution of the OpenTelemetry .NET Agent. You can find more information about the Elastic distribution in [this blog post](https://www.elastic.co/observability-labs/blog/elastic-opentelemetry-distribution-dotnet-applications).
- The Elastic distribution of the OpenTelemetry Node.js Agent has replaced the OpenTelemetry Node.js agent in the [Payment service](../src/paymentservice/package.json). Additional details about the Elastic distribution are available in [this blog post](https://www.elastic.co/observability-labs/blog/elastic-opentelemetry-distribution-node-js).

## Docker compose

Expand Down
Loading

0 comments on commit cbd9fa2

Please sign in to comment.