Skip to content

Commit

Permalink
Reverse changes in elasticsearchexporter/config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis-s1 committed Apr 10, 2023
1 parent 0368966 commit 35fa0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/elasticsearchexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type AuthenticationSettings struct {
// Password is used to configure HTTP Basic Authentication.
Password configopaque.String `mapstructure:"password"`

// APIKey is used to configure APIKey based Authentication.
// APIKey is used to configure ApiKey based Authentication.
//
// https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html
APIKey configopaque.String `mapstructure:"api_key"`
Expand Down

0 comments on commit 35fa0a3

Please sign in to comment.