mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
9
vendor/github.com/aws/aws-sdk-go/service/pricing/api.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/service/pricing/api.go
generated
vendored
@@ -464,7 +464,6 @@ func (c *Pricing) GetProductsPagesWithContext(ctx aws.Context, input *GetProduct
|
||||
|
||||
// The values of a given attribute, such as Throughput Optimized HDD or Provisioned
|
||||
// IOPS for the Amazon EC2volumeType attribute.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/AttributeValue
|
||||
type AttributeValue struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -488,7 +487,6 @@ func (s *AttributeValue) SetValue(v string) *AttributeValue {
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServicesRequest
|
||||
type DescribeServicesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -557,7 +555,6 @@ func (s *DescribeServicesInput) SetServiceCode(v string) *DescribeServicesInput
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/DescribeServicesResponse
|
||||
type DescribeServicesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -600,7 +597,6 @@ func (s *DescribeServicesOutput) SetServices(v []*Service) *DescribeServicesOutp
|
||||
}
|
||||
|
||||
// The constraints that you want all returned products to match.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/Filter
|
||||
type Filter struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -682,7 +678,6 @@ func (s *Filter) SetValue(v string) *Filter {
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetAttributeValuesRequest
|
||||
type GetAttributeValuesInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -759,7 +754,6 @@ func (s *GetAttributeValuesInput) SetServiceCode(v string) *GetAttributeValuesIn
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetAttributeValuesResponse
|
||||
type GetAttributeValuesOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -793,7 +787,6 @@ func (s *GetAttributeValuesOutput) SetNextToken(v string) *GetAttributeValuesOut
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetProductsRequest
|
||||
type GetProductsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -880,7 +873,6 @@ func (s *GetProductsInput) SetServiceCode(v string) *GetProductsInput {
|
||||
return s
|
||||
}
|
||||
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/GetProductsResponse
|
||||
type GetProductsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
@@ -925,7 +917,6 @@ func (s *GetProductsOutput) SetPriceList(v []aws.JSONValue) *GetProductsOutput {
|
||||
|
||||
// The metadata for a service, such as the service code and available attribute
|
||||
// names.
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/pricing-2017-10-15/Service
|
||||
type Service struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user