From 7462457382a0a5c103871ecd4ea3cff978274aac Mon Sep 17 00:00:00 2001 From: Curtis Robert Date: Tue, 6 Feb 2024 12:29:43 -0800 Subject: [PATCH] Update config.go --- exporter/clickhouseexporter/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/clickhouseexporter/config.go b/exporter/clickhouseexporter/config.go index 9bd5c5edbc91..7d28b0a355e1 100644 --- a/exporter/clickhouseexporter/config.go +++ b/exporter/clickhouseexporter/config.go @@ -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"`