Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 665cf51

Browse files
committed
Add README
1 parent 90241f5 commit 665cf51

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# OpenCensus Go Stackdriver
2+
3+
[![Build Status](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-stackdriver.svg?branch=master)](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-stackdriver) [![GoDoc][godoc-image]][godoc-url]
4+
5+
Provides OpenCensus exporter support for Stackdriver Monitoring and Stackdriver Trace.
6+
7+
## Installation
8+
9+
```
10+
$ go get -u contrib.go.opencensus.io/exporter/stackdriver
11+
```
12+
13+
[godoc-image]: https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver?status.svg
14+
[godoc-url]: https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver

0 commit comments

Comments
 (0)