Skip to content

Commit b47a83e

Browse files
authored
Updated OpenCensus Stackdriver exporter. (#208)
1 parent fc16d1f commit b47a83e

File tree

123 files changed

+20835
-1987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+20835
-1987
lines changed

go.mod

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ module github.com/Stackdriver/stackdriver-prometheus-sidecar
22

33
require (
44
cloud.google.com/go v0.49.0
5+
cloud.google.com/go/bigquery v1.3.0 // indirect
6+
cloud.google.com/go/pubsub v1.1.0 // indirect
7+
cloud.google.com/go/storage v1.4.0 // indirect
58
contrib.go.opencensus.io/exporter/ocagent v0.6.0 // indirect
69
contrib.go.opencensus.io/exporter/prometheus v0.1.0
7-
contrib.go.opencensus.io/exporter/stackdriver v0.12.4
10+
contrib.go.opencensus.io/exporter/stackdriver v0.12.8
11+
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191126053124-fec1b7b612ab // indirect
812
git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999 // indirect
913
github.com/Azure/azure-sdk-for-go v36.2.0+incompatible // indirect
1014
github.com/Azure/go-autorest v13.3.0+incompatible // indirect
@@ -16,16 +20,20 @@ require (
1620
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
1721
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
1822
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
19-
github.com/aws/aws-sdk-go v1.21.10 // indirect
23+
github.com/aws/aws-sdk-go v1.25.44 // indirect
2024
github.com/beorn7/perks v1.0.1 // indirect
25+
github.com/creack/pty v1.1.9 // indirect
26+
github.com/envoyproxy/go-control-plane v0.9.1 // indirect
2127
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
2228
github.com/ghodss/yaml v1.0.0
2329
github.com/go-kit/kit v0.9.0
2430
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect
2531
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
2632
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
2733
github.com/golang/protobuf v1.3.2
34+
github.com/google/btree v1.0.0 // indirect
2835
github.com/google/go-cmp v0.3.1
36+
github.com/google/pprof v0.0.0-20191105193234-27840fff0d09 // indirect
2937
github.com/googleapis/gnostic v0.3.0 // indirect
3038
github.com/gophercloud/gophercloud v0.3.0 // indirect
3139
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -38,6 +46,8 @@ require (
3846
github.com/hashicorp/serf v0.8.3 // indirect
3947
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
4048
github.com/json-iterator/go v1.1.7 // indirect
49+
github.com/jstemmer/go-junit-report v0.9.1 // indirect
50+
github.com/kr/pty v1.1.8 // indirect
4151
github.com/miekg/dns v1.1.15 // indirect
4252
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
4353
github.com/oklog/oklog v0.3.2
@@ -50,19 +60,25 @@ require (
5060
github.com/prometheus/procfs v0.0.3 // indirect
5161
github.com/prometheus/prometheus v0.0.0-20190710134608-e5b22494857d
5262
github.com/prometheus/tsdb v0.10.0
63+
github.com/rogpeppe/go-internal v1.5.0 // indirect
5364
github.com/samuel/go-zookeeper v0.0.0-20190801204459-3c104360edc8 // indirect
5465
github.com/shopspring/decimal v0.0.0-20191125035519-b054a8dfd10d // indirect
5566
github.com/spaolacci/murmur3 v1.1.0 // indirect
5667
github.com/spf13/cobra v0.0.5 // indirect
5768
github.com/spf13/pflag v1.0.5 // indirect
69+
github.com/stretchr/objx v0.2.0 // indirect
5870
go.opencensus.io v0.22.2
59-
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
71+
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1 // indirect
72+
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
73+
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
74+
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
75+
golang.org/x/mobile v0.0.0-20191130191448-5c0e7e404af8 // indirect
6076
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
6177
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c // indirect
62-
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
63-
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 // indirect
78+
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
6479
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
65-
golang.org/x/tools v0.0.0-20191127201027-ecd32218bd7f // indirect
80+
golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d // indirect
81+
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
6682
google.golang.org/appengine v1.6.5 // indirect
6783
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11
6884
google.golang.org/grpc v1.25.1

go.sum

Lines changed: 41 additions & 0 deletions
Large diffs are not rendered by default.

vendor/contrib.go.opencensus.io/exporter/stackdriver/.gitignore

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/stackdriver/.travis.yml

Lines changed: 8 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/stackdriver/Gopkg.lock

Lines changed: 0 additions & 81 deletions
This file was deleted.

vendor/contrib.go.opencensus.io/exporter/stackdriver/Gopkg.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

vendor/contrib.go.opencensus.io/exporter/stackdriver/Makefile

Lines changed: 41 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/contrib.go.opencensus.io/exporter/stackdriver/go.mod

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)