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

..03-May-2022-

.github/ISSUE_TEMPLATE/H14-Jun-2021-5229

examples/stats/H14-Jun-2021-8438

internal/H14-Jun-2021-550404

monitoredresource/H14-Jun-2021-796417

propagation/H14-Jun-2021-166109

scripts/H14-Jun-2021-4034

testdata/H14-Jun-2021-

.gitignoreH A D14-Jun-202186 118

.travis.ymlH A D14-Jun-2021267 2014

AUTHORSH A D14-Jun-202112 21

CONTRIBUTING.mdH A D14-Jun-2021984 2517

LICENSEH A D14-Jun-202111.1 KiB203169

MakefileH A D14-Jun-20213.3 KiB126104

README.mdH A D14-Jun-2021590 159

RESOURCE.mdH A D14-Jun-20212.3 KiB5439

equivalence_test.goH A D14-Jun-202114.6 KiB440367

example_test.goH A D14-Jun-20213.4 KiB11469

go.modH A D14-Jun-2021855 2522

go.sumH A D14-Jun-202145.1 KiB461460

label.goH A D14-Jun-20211 KiB3413

metrics.goH A D14-Jun-202116 KiB522395

metrics_batcher.goH A D14-Jun-20216.1 KiB233176

metrics_batcher_test.goH A D14-Jun-20216 KiB183152

metrics_proto.goH A D14-Jun-202118.3 KiB576455

metrics_proto_api_test.goH A D14-Jun-202118.4 KiB618475

metrics_proto_test.goH A D14-Jun-202131.4 KiB1,1561,076

metrics_test.goH A D14-Jun-202126.3 KiB1,025964

metrics_utils_test.goH A D14-Jun-20212.6 KiB7849

resource.goH A D14-Jun-20219 KiB267195

resource_test.goH A D14-Jun-202114.1 KiB486448

sanitize.goH A D14-Jun-20211.3 KiB5128

sanitize_test.goH A D14-Jun-20211.6 KiB6850

stackdriver.goH A D14-Jun-202120.1 KiB512208

stackdriver_test.goH A D14-Jun-20214 KiB150107

stats.goH A D14-Jun-202119.4 KiB639488

stats_test.goH A D14-Jun-202134.8 KiB1,2041,130

trace.goH A D14-Jun-20215.9 KiB221168

trace_proto.goH A D14-Jun-20218.7 KiB296242

trace_proto_test.goH A D14-Jun-202115.6 KiB518457

trace_test.goH A D14-Jun-20215.6 KiB214164

util_test.goH A D14-Jun-2021816 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