Maikels

Results 2 issues of Maikels

Hi, When using the java library we can set our jks certificates with following method: ``` KeyStore ks = KeyStore.getInstance("JKS"); ks.load(getResourceAsInputStream(tlsKeyStore), tlsKeyStorePassword.toCharArray()); KeyStore ts = KeyStore.getInstance("JKS"); ts.load(getResourceAsInputStream(tlsTruststore), tlsTrustStorePassword.toCharArray()); builder.setEndpoint(String.format(ENDPOINT_FORMAT, agentHost,...

Feature Request

I was wondering if there ever will be an operation that makes it possible to set a current span's status? If there is a flow where this operation exists it...