• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/ISSUE_TEMPLATE/H17-Jan-2020-5229

examples/stats/H17-Jan-2020-8438

internal/H17-Jan-2020-420300

monitoredresource/H17-Jan-2020-542330

propagation/H17-Jan-2020-166109

scripts/H17-Jan-2020-4034

testdata/H17-Jan-2020-

.gitignoreH A D17-Jan-202086 118

.travis.ymlH A D17-Jan-2020267 2014

AUTHORSH A D17-Jan-202012 21

CONTRIBUTING.mdH A D17-Jan-2020984 2517

LICENSEH A D17-Jan-202011.1 KiB203169

MakefileH A D17-Jan-20203.3 KiB126104

README.mdH A D17-Jan-2020590 159

RESOURCE.mdH A D17-Jan-20202.3 KiB5439

equivalence_test.goH A D17-Jan-202014.6 KiB440367

example_test.goH A D17-Jan-20203.4 KiB11469

go.modH A D17-Jan-20201 KiB2724

go.sumH A D17-Jan-202017.5 KiB185184

label.goH A D17-Jan-20201 KiB3413

metrics.goH A D17-Jan-202016 KiB520393

metrics_batcher.goH A D17-Jan-20205.2 KiB202154

metrics_batcher_test.goH A D17-Jan-20203.2 KiB11286

metrics_proto.goH A D17-Jan-202018.2 KiB570450

metrics_proto_api_test.goH A D17-Jan-202018.6 KiB622479

metrics_proto_test.goH A D17-Jan-202030.6 KiB1,1351,055

metrics_test.goH A D17-Jan-202022.9 KiB873812

metrics_utils_test.goH A D17-Jan-20202.5 KiB6839

resource.goH A D17-Jan-20204.7 KiB143106

resource_test.goH A D17-Jan-20205.9 KiB213189

sanitize.goH A D17-Jan-20201.3 KiB5128

sanitize_test.goH A D17-Jan-20201.6 KiB6850

stackdriver.goH A D17-Jan-202018.9 KiB483192

stackdriver_test.goH A D17-Jan-20203.4 KiB12689

stats.goH A D17-Jan-202019.1 KiB629482

stats_test.goH A D17-Jan-202034.2 KiB1,1831,114

trace.goH A D17-Jan-20204.8 KiB182138

trace_proto.goH A D17-Jan-20208.5 KiB292242

trace_proto_test.goH A D17-Jan-202015.3 KiB510449

trace_test.goH A D17-Jan-20204.6 KiB180137

util_test.goH A D17-Jan-2020816 257

README.md

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
5Provides 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
15