opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

[configtls] Rename configuration structs to end in `Config` and remove `TLS` prefix

Open mx-psi opened this issue 1 year ago • 1 comments

To be consistent with the recent changes in configgrpc and confighttp we should:

  • [ ] Rename configtls.TLSClientSetting to configtls.ClientConfig
  • [ ] Rename configtls.TLSServerSetting to configtls.ServerConfig
  • [ ] Rename configtls.TLSSetting to configtls.Config

mx-psi avatar Feb 06 '24 12:02 mx-psi

Few others:

  • NetAddr -> AddrConfig?
  • NetTCP -> TCPConfig?

bogdandrutu avatar Feb 06 '24 17:02 bogdandrutu