[go: up one dir, main page]

Draft: Support TLS for metrics endpoints

Our monitoring endpoints are HTTP by default. Let's allow configuring TLS in order to provide TLS on these endpoints.

Related issue: #549 (closed)

  • When tls config isn't specified, http://127.0.0.1/metrics address is accessible (or any other specified port)
  • When tls config is specified, https://127.0.0.1/metrics address is accessible (or any other specified port)
Edited by Igor Drozdov

Merge request reports

Loading