diff --git a/exporter/cassandraexporter/config.go b/exporter/cassandraexporter/config.go index dbe0747fde5f..1e37e3a1e335 100644 --- a/exporter/cassandraexporter/config.go +++ b/exporter/cassandraexporter/config.go @@ -25,5 +25,5 @@ type Compression struct { type Auth struct { UserName string `mapstructure:"username"` - Password string `mapstructure:"password"` + Password configopaque.String `mapstructure:"password"` }