opentracing -> opencensus (#802)

* update vendor directory, add go.opencensus.io

* update imports

* oops

* s/opentracing/opencensus/ & remove prometheus / zipkin stuff & remove old stats

* the dep train rides again

* fix gin build

* deps from last guy

* start in on the agent metrics

* she builds

* remove tags for now, cardinality error is fussing. subscribe instead of register

* update to patched version of opencensus to proceed for now TODO switch to a release

* meh

fix imports

* println debug the bad boys

* lace it with the tags

* update deps again

* fix all inconsistent cardinality errors

* add our own logger

* fix init

* fix oom measure

* remove bugged removal code

* fix s3 measures

* fix prom handler nil
This commit is contained in:
Reed Allman
2018-03-05 09:35:28 -08:00
committed by GitHub
parent 924d27559c
commit 206aa3c203
5975 changed files with 158755 additions and 566592 deletions

View File

@@ -588,7 +588,6 @@ func (c *Polly) SynthesizeSpeechWithContext(ctx aws.Context, input *SynthesizeSp
return out, req.Send()
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/DeleteLexiconInput
type DeleteLexiconInput struct {
_ struct{} `type:"structure"`
@@ -627,7 +626,6 @@ func (s *DeleteLexiconInput) SetName(v string) *DeleteLexiconInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/DeleteLexiconOutput
type DeleteLexiconOutput struct {
_ struct{} `type:"structure"`
}
@@ -642,7 +640,6 @@ func (s DeleteLexiconOutput) GoString() string {
return s.String()
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/DescribeVoicesInput
type DescribeVoicesInput struct {
_ struct{} `type:"structure"`
@@ -678,7 +675,6 @@ func (s *DescribeVoicesInput) SetNextToken(v string) *DescribeVoicesInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/DescribeVoicesOutput
type DescribeVoicesOutput struct {
_ struct{} `type:"structure"`
@@ -712,7 +708,6 @@ func (s *DescribeVoicesOutput) SetVoices(v []*Voice) *DescribeVoicesOutput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/GetLexiconInput
type GetLexiconInput struct {
_ struct{} `type:"structure"`
@@ -751,7 +746,6 @@ func (s *GetLexiconInput) SetName(v string) *GetLexiconInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/GetLexiconOutput
type GetLexiconOutput struct {
_ struct{} `type:"structure"`
@@ -788,7 +782,6 @@ func (s *GetLexiconOutput) SetLexiconAttributes(v *LexiconAttributes) *GetLexico
// Provides lexicon name and lexicon content in string format. For more information,
// see Pronunciation Lexicon Specification (PLS) Version 1.0 (https://www.w3.org/TR/pronunciation-lexicon/).
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/Lexicon
type Lexicon struct {
_ struct{} `type:"structure"`
@@ -824,7 +817,6 @@ func (s *Lexicon) SetName(v string) *Lexicon {
// Contains metadata describing the lexicon such as the number of lexemes, language
// code, and so on. For more information, see Managing Lexicons (http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html).
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/LexiconAttributes
type LexiconAttributes struct {
_ struct{} `type:"structure"`
@@ -896,7 +888,6 @@ func (s *LexiconAttributes) SetSize(v int64) *LexiconAttributes {
}
// Describes the content of the lexicon.
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/LexiconDescription
type LexiconDescription struct {
_ struct{} `type:"structure"`
@@ -929,7 +920,6 @@ func (s *LexiconDescription) SetName(v string) *LexiconDescription {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/ListLexiconsInput
type ListLexiconsInput struct {
_ struct{} `type:"structure"`
@@ -954,7 +944,6 @@ func (s *ListLexiconsInput) SetNextToken(v string) *ListLexiconsInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/ListLexiconsOutput
type ListLexiconsOutput struct {
_ struct{} `type:"structure"`
@@ -988,7 +977,6 @@ func (s *ListLexiconsOutput) SetNextToken(v string) *ListLexiconsOutput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/PutLexiconInput
type PutLexiconInput struct {
_ struct{} `type:"structure"`
@@ -1043,7 +1031,6 @@ func (s *PutLexiconInput) SetName(v string) *PutLexiconInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/PutLexiconOutput
type PutLexiconOutput struct {
_ struct{} `type:"structure"`
}
@@ -1058,7 +1045,6 @@ func (s PutLexiconOutput) GoString() string {
return s.String()
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/SynthesizeSpeechInput
type SynthesizeSpeechInput struct {
_ struct{} `type:"structure"`
@@ -1174,7 +1160,6 @@ func (s *SynthesizeSpeechInput) SetVoiceId(v string) *SynthesizeSpeechInput {
return s
}
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/SynthesizeSpeechOutput
type SynthesizeSpeechOutput struct {
_ struct{} `type:"structure" payload:"AudioStream"`
@@ -1231,7 +1216,6 @@ func (s *SynthesizeSpeechOutput) SetRequestCharacters(v int64) *SynthesizeSpeech
}
// Description of the voice.
// See also, https://docs.aws.amazon.com/goto/WebAPI/polly-2016-06-10/Voice
type Voice struct {
_ struct{} `type:"structure"`