Skip to content

Commit

Permalink
Add badges for travis, godoc and gitter. (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu committed Oct 4, 2018
1 parent 0c052cc commit d91241e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenCensus Service

[![Build Status][travis-image]][travis-url]
[![GoDoc][godoc-image]][godoc-url]
[![Gitter chat][gitter-image]][gitter-url]

OpenCensus Service is an experimental component that can collect traces
and metrics from processes instrumented by OpenCensus or other
monitoring/tracing libraries (Jaeger, Prometheus, etc.), do the
Expand Down Expand Up @@ -284,3 +288,10 @@ $ ocagent
You should be able to see the traces in the configured tracing backend.
If you stop the ocagent, example application will stop exporting.
If you run it again, it will start exporting again.

[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-service.svg?branch=master
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-service
[godoc-image]: https://godoc.org/github.com/census-instrumentation/opencensus-service?status.svg
[godoc-url]: https://godoc.org/github.com/census-instrumentation/opencensus-service
[gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

0 comments on commit d91241e

Please sign in to comment.