Skip to content

Commit

Permalink
[chore][exporter/clickhouseexporter] Fix config comment (open-telemet…
Browse files Browse the repository at this point in the history
…ry#31086)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Just noticed the description for the `password` config option references
username instead of password.
  • Loading branch information
crobert-1 authored and XinRanZhAWS committed Mar 13, 2024
1 parent afe3834 commit 02f2ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/clickhouseexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Config struct {
Endpoint string `mapstructure:"endpoint"`
// Username is the authentication username.
Username string `mapstructure:"username"`
// Username is the authentication password.
// Password is the authentication password.
Password configopaque.String `mapstructure:"password"`
// Database is the database name to export.
Database string `mapstructure:"database"`
Expand Down

0 comments on commit 02f2ab6

Please sign in to comment.