Skip to content

Commit

Permalink
Improve godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Apr 22, 2021
1 parent 66828b6 commit 2a67ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/awsprometheusremotewriteexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ type Config struct {
AuthConfig AuthConfig `mapstructure:"aws_auth"`
}

// AuthConfig defines AWS authentication configurations for SigningRoundTripper
// AuthConfig defines AWS authentication configurations for SigningRoundTripper.
type AuthConfig struct {
// Region is the AWS region for AWS SigV4.
Region string `mapstructure:"region"`

// Service is the AWS service for AWS SigV4, this is by default "aps".
// Service is the AWS service for AWS SigV4, this is by default "aps". Optional.
Service string `mapstructure:"service"`

// Amazon Resource Name (ARN) of a role to assume. Optional.
Expand Down

0 comments on commit 2a67ab0

Please sign in to comment.