opentelemetry-collector
opentelemetry-collector copied to clipboard
[configtls] Rename configuration structs to end in `Config` and remove `TLS` prefix
To be consistent with the recent changes in configgrpc and confighttp we should:
- [ ] Rename
configtls.TLSClientSettingtoconfigtls.ClientConfig - [ ] Rename
configtls.TLSServerSettingtoconfigtls.ServerConfig - [ ] Rename
configtls.TLSSettingtoconfigtls.Config
Few others:
- NetAddr -> AddrConfig?
- NetTCP -> TCPConfig?