Interface OtlpExporterTracesConfig.KeyCert
-
- Enclosing interface:
- OtlpExporterTracesConfig
public static interface OtlpExporterTracesConfig.KeyCert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<List<String>>certs()Comma-separated list of the path to the certificate files (Pem format).Optional<List<String>>keys()Comma-separated list of the path to the key files (Pem format).
-