pub const TLS_CLIENT_SERVER_NAME: &str = "tls.client.server_name";
Also called an SNI, this tells the server which hostname to which the client is attempting to connect to.
opentelemetry.io