A simple OpenTelemetry demo using a NodeJS server and client.
 
 
Go to file
Christian Nicola f2c885cd85
feat: simple memoization of calculated factorials
This patch adds a simple cache layer for calculated factorials.
2022-09-05 18:15:14 +02:00
deploy feat: dockerize project 2022-09-05 18:14:01 +02:00
src feat: simple memoization of calculated factorials 2022-09-05 18:15:14 +02:00
.dockerignore feat: dockerize project 2022-09-05 18:14:01 +02:00
.eslintignore Initial commit 2022-09-03 18:54:55 +02:00
.eslintrc feat: add preliminary tracing support 2022-09-04 14:20:01 +02:00
.gitignore Initial commit 2022-09-03 18:54:55 +02:00
docker-compose.yaml feat: dockerize project 2022-09-05 18:14:01 +02:00
package-lock.json feat: add preliminary tracing support 2022-09-04 14:20:01 +02:00
package.json feat: add preliminary tracing support 2022-09-04 14:20:01 +02:00
tsconfig.json feat: enable trace propagation 2022-09-05 17:31:23 +02:00