Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Add installation and badges to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Apr 24, 2019
1 parent 1354718 commit dcc2518
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# opencensus-go-exporter-jaeger
# OpenCensus Go Jaeger Exporter

[![Build Status](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-jaeger.svg?branch=master)](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-jaeger) [![GoDoc][godoc-image]][godoc-url]

Provides OpenCensus exporter support for Jaeger.

## Installation

```
$ go get -u contrib.go.opencensus.io/exporter/jaeger
```

[godoc-image]: https://godoc.org/contrib.go.opencensus.io/exporter/jaeger?status.svg
[godoc-url]: https://godoc.org/contrib.go.opencensus.io/exporter/jaeger

0 comments on commit dcc2518

Please # to comment.