Skip to content

audunstrand/zipkin-chrome-extension

 
 

Repository files navigation

Zipkin Chrome Extension

This is an extension to the Chrome browser that lets you trigger trace generation when using your application.

Installing

TODO: This extension will later be submitted to Chrome Web Store, where it will be available for free.

Usage

Check out the Usage documentation.

Developing

  • git clone [repo url] into [working directory]
  • npm install
  • npm run dev
  • Follow Google's guide on how to set up a local development environment for the extension.

Building/publishing

  • npm install
  • npm run build

This will build a .zip file that should be uploaded to Chrome Web Store.

About

A Chrome browser extension for Zipkin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • HTML 2.6%