Skip to content

Releases: dimitrisfinas/nodejs-microservices-example

V4.0.0 - with custom spans, attributes and log events

12 May 10:02
Compare
Choose a tag to compare

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

12 May 09:24
Compare
Choose a tag to compare

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

12 May 09:11
Compare
Choose a tag to compare

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

12 May 09:00
Compare
Choose a tag to compare

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

12 May 08:43
Compare
Choose a tag to compare

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

12 May 08:32
Compare
Choose a tag to compare

Simple nodeJS test application with no instrumentation
Install and run with

docker-compose up --build