correct a bit of bad javadoc (#2193)
This commit is contained in:
parent
4762c6a25d
commit
a5d261c9ae
|
|
@ -56,7 +56,7 @@ import zipkin2.reporter.okhttp3.OkHttpSender;
|
|||
* <p>For environment variables, {@link ZipkinSpanExporter} will look for the following names:
|
||||
*
|
||||
* <ul>
|
||||
* <li>{@code OTEL_EXPORTER_ZIPKIN_ENDPOINT}: to set the service name.
|
||||
* <li>{@code OTEL_EXPORTER_ZIPKIN_SERVICE_NAME}: to set the service name.
|
||||
* <li>{@code OTEL_EXPORTER_ZIPKIN_ENDPOINT}: to set the endpoint URL.
|
||||
* </ul>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue