Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Demonstration of bundling express app with zipkin

Notifications You must be signed in to change notification settings

smksnutmeg/express-zipkin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First run Zipkin locally here:

http://local.nutmeg.co.uk:9411

Then run this app

npm i && npm run build && npm run start

Make a request to localhost:3000/

Check error logs:

ReferenceError: fetchImplementation is not defined
    at Module.<anonymous> (/Users/shaun/nutmeg/express-zipkin-example/build/api.bundle.js:346:1233)
    at a (/Users/shaun/nutmeg/express-zipkin-example/build/api.bundle.js:1:172)
    at Object.<anonymous> (/Users/shaun/nutmeg/express-zipkin-example/build/api.bundle.js:161:21223)

About

Demonstration of bundling express app with zipkin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published