Skip to content

Commit d91241e

Browse files
author
Bogdan Drutu
authored
Add badges for travis, godoc and gitter. (#62)
1 parent 0c052cc commit d91241e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenCensus Service
22

3+
[![Build Status][travis-image]][travis-url]
4+
[![GoDoc][godoc-image]][godoc-url]
5+
[![Gitter chat][gitter-image]][gitter-url]
6+
37
OpenCensus Service is an experimental component that can collect traces
48
and metrics from processes instrumented by OpenCensus or other
59
monitoring/tracing libraries (Jaeger, Prometheus, etc.), do the
@@ -284,3 +288,10 @@ $ ocagent
284288
You should be able to see the traces in the configured tracing backend.
285289
If you stop the ocagent, example application will stop exporting.
286290
If you run it again, it will start exporting again.
291+
292+
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-service.svg?branch=master
293+
[travis-url]: https://travis-ci.org/census-instrumentation/opencensus-service
294+
[godoc-image]: https://godoc.org/github.com/census-instrumentation/opencensus-service?status.svg
295+
[godoc-url]: https://godoc.org/github.com/census-instrumentation/opencensus-service
296+
[gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg
297+
[gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

0 commit comments

Comments
 (0)