Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding Koa instrumentation #144

Merged
merged 16 commits into from
Aug 18, 2020
Merged

Commits on Jul 17, 2020

  1. feat: add Koa instrumentation

    chore: add tslint
    
    chore: add standard license
    
    chore: add npmignore
    
    chore: initial package config
    
    docs: initial README
    
    chore: create initial structure
    
    chore: adds traces to Application.use method itself (on instantiation)
    
    feat: traces for app.use
    
    chore: update typescript version
    
    chore: return original layer result
    
    chore: remove app.use span based on design
    
    chore: refactor span attribute assignments into util
    
    chore: add router types
    
    feat: added tracing for koa-router functions and routes
    
    feat: don't create koa spans without root span
    
    feat: added base tests for Koa core and Koa router
    
    chore: finalizing plugin
    
    feat: added kLayerPatched check
    
    test: creating example code for Koa plugin
    
    chore: cleaning up code
    
    chore: update README
    
    chore: update README
    
    chore: update README
    
    chore: add async middleware tests
    
    chore: improve sample code
    
    Add files via upload
    
    Add files via upload
    
    Add files via upload
    
    chore: add jaeger example
    
    Add files via upload
    
    chore: add linter to example code
    
    chore: rename plugin to instrumentation
    
    chore: cleaning tests/examples
    
    Add files via upload
    
    Add files via upload
    
    chore: fix async example code and span timing
    
    chore: refine test style
    
    docs: add comments to plugin patching operations
    
    chore: file cleanup
    
    chore: fix code style
    carolinee21 committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    3aaae4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cca8d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    c5290b7 View commit details
    Browse the repository at this point in the history
  2. Update plugins/node/opentelemetry-koa-instrumentation/src/koa.ts

    Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
    carolinee21 and dyladan authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    b4ec189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3bdb37 View commit details
    Browse the repository at this point in the history
  4. fix: fixing linting issue

    carolinee21 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c970fc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    7e4d80a View commit details
    Browse the repository at this point in the history
  2. chore: bump codecov

    carolinee21 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6798351 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. chore: code style

    carolinee21 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    11e9e5e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    1d55a79 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    9ee38b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9072652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd12d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    3b9340e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    8dfb1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    5b19cfd View commit details
    Browse the repository at this point in the history