Releases: dimitrisfinas/nodejs-microservices-example
V4.0.0 - with custom spans, attributes and log events
Files when we add custom attributes, log events, and new spans to the auto-instrumentation
To build and run:
docker-compose up --build
Or start from existing package below with simply
docker-compose up
V3.0.0 - with Otel backends
Files with Otel Instrumentation sending output to otel-collector (using grpc), and otel-Collector sending them to different backends (Jaeger and Lightstep).
To build and run:
docker-compose up --build
Or start from existing package below with simply
docker-compose up
V2.0.0b - with Otel-Collector on GRPC
Files with Otel Instrumentation sending output to otel-collector using GRPC protocol for sending traces To build and run:
docker-compose up --build
Or start from existing package below with simply
docker-compose up
V2.0.0a - with Otel-Collector on HTTP
Files with Otel Instrumentation sending output to otel-collector using HTTP protocol for sending traces
To build and run:
docker-compose up --build
Or start from existing package below with simply
docker-compose up
V1.0.0 - With Otel to console
Adding OpenTelemetry auto instrumentation to console output
To build and run:
docker-compose up --build
Or start from existing package below with simply
docker-compose up
v0 - Initial Release
Simple nodeJS test application with no instrumentation
Install and run with
docker-compose up --build