Skip to content

Commit 7df53f5

Browse files
committed
up
1 parent 3e3cd00 commit 7df53f5

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

specification/configuration/sdk-environment-variables.md

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,32 @@ aliases:
1515

1616
<!-- toc -->
1717

18-
- [OpenTelemetry Environment Variable Specification](#opentelemetry-environment-variable-specification)
19-
- [Implementation guidelines](#implementation-guidelines)
20-
- [Parsing empty value](#parsing-empty-value)
21-
- [Configuration types](#configuration-types)
22-
- [Boolean](#boolean)
23-
- [Numeric](#numeric)
24-
- [Integer](#integer)
25-
- [Duration](#duration)
26-
- [Timeout](#timeout)
27-
- [String](#string)
28-
- [Enum](#enum)
29-
- [General SDK Configuration](#general-sdk-configuration)
30-
- [Batch Span Processor](#batch-span-processor)
31-
- [Batch LogRecord Processor](#batch-logrecord-processor)
32-
- [Attribute Limits](#attribute-limits)
33-
- [Span Limits](#span-limits)
34-
- [LogRecord Limits](#logrecord-limits)
35-
- [OTLP Exporter](#otlp-exporter)
36-
- [Zipkin Exporter](#zipkin-exporter)
37-
- [Prometheus Exporter](#prometheus-exporter)
38-
- [Exporter Selection](#exporter-selection)
39-
- [In-development Exporter Selection](#in-development-exporter-selection)
40-
- [Metrics SDK Configuration](#metrics-sdk-configuration)
41-
- [Exemplar](#exemplar)
42-
- [Periodic exporting MetricReader](#periodic-exporting-metricreader)
43-
- [Declarative configuration](#declarative-configuration)
44-
- [Language Specific Environment Variables](#language-specific-environment-variables)
45-
18+
- [Implementation guidelines](#implementation-guidelines)
19+
- [Parsing empty value](#parsing-empty-value)
20+
- [Configuration types](#configuration-types)
21+
* [Boolean](#boolean)
22+
* [Numeric](#numeric)
23+
+ [Integer](#integer)
24+
+ [Duration](#duration)
25+
+ [Timeout](#timeout)
26+
* [String](#string)
27+
+ [Enum](#enum)
28+
- [General SDK Configuration](#general-sdk-configuration)
29+
- [Batch Span Processor](#batch-span-processor)
30+
- [Batch LogRecord Processor](#batch-logrecord-processor)
31+
- [Attribute Limits](#attribute-limits)
32+
- [Span Limits](#span-limits)
33+
- [LogRecord Limits](#logrecord-limits)
34+
- [OTLP Exporter](#otlp-exporter)
35+
- [Zipkin Exporter](#zipkin-exporter)
36+
- [Prometheus Exporter](#prometheus-exporter)
37+
- [Exporter Selection](#exporter-selection)
38+
* [In-development Exporter Selection](#in-development-exporter-selection)
39+
- [Metrics SDK Configuration](#metrics-sdk-configuration)
40+
* [Exemplar](#exemplar)
41+
* [Periodic exporting MetricReader](#periodic-exporting-metricreader)
42+
- [Declarative configuration](#declarative-configuration)
43+
- [Language Specific Environment Variables](#language-specific-environment-variables)
4644
<!-- tocstop -->
4745

4846
</details>

0 commit comments

Comments
 (0)