You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try --memcached.tls.enable (without the no-). The flag library we use supports the --no- form for boolean flags to turn them off, so by passing this flag you are explicitly disabling TLS.
From what I remember when doing some testing, the --memcached.tls.enable flag is for the exporter -> memcached connection, but this TLS is disabled. log is referring to TLS on the HTTP/HTTPS endpoint that the exporter is serving the metrics on. When setting that up with --web.config.file the log should say TLS is enabled
Hi!
I am trying to enable TLS on my memcached-exporter with the flag
--no-memcached.tls.enable
However my logs are still outputting:
TLS is disabled.
I am also passing the
cert-file
,ca-file
andkey-file
arguments, and my memcached instance is also configured to use TLS.What might I be doing wrong here?
The text was updated successfully, but these errors were encountered: