Skip to content

Latest commit

 

History

History
 
 

esm-http-ts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Overview

This is a simple example that demonstrates tracing HTTP request, with an app written in TypeScript and transpiled to ES Modules.

Installation

# from this directory
npm install
npm run build
npm start

In a separate terminal, curl localhost:3000.

See two spans in the console (one manual, one for http instrumentation)

Useful links

LICENSE

Apache License 2.0