File tree Expand file tree Collapse file tree
bootique-opentelemetry/src/main/java/io/bootique/otel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919package io .bootique .otel ;
2020
2121/**
22- * Defines supported variables from the OTel "Environment Variable Specification". Each var has a Java property equivalent
23- * for the var strored in {@link #otelProperty}.
22+ * Defines a subset of variables from the OTel "Environment Variable Specification" that is supported by the Bootique
23+ * integration. Each var has a Java property equivalent for the var strored in {@link #otelProperty}.
2424 *
2525 * @see <a href="https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/">Environment Variable
2626 * Specification</a>
2727 * @since 4.0
2828 */
2929enum OpenTelemetryVar {
3030
31- /* General SDK Configuration */
31+ /* eneral SDK Configuration */
3232 OTEL_SERVICE_NAME ("service.name" ),
3333
3434 /* Exporter Selection */
You can’t perform that action at this time.
0 commit comments