Skip to content

Commit 956c64f

Browse files
Fix indentation
Fix rendering.
1 parent 8945f5d commit 956c64f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/migration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ OpenTelemetry .NET project.
1212
- Setup the OTLP exporter for metrics, logs, and traces - see the
1313
[exporter README][exporter-readme] for details. The exporter will respect the
1414
previously set environment variables:
15-
- `OTEL_EXPORTER_OTLP_PROTOCOL`
16-
- `OTEL_EXPORTER_OTLP_ENDPOINT`
17-
- `OTEL_EXPORTER_OTLP_HEADERS`
15+
- `OTEL_EXPORTER_OTLP_PROTOCOL`
16+
- `OTEL_EXPORTER_OTLP_ENDPOINT`
17+
- `OTEL_EXPORTER_OTLP_HEADERS`
1818
- Install and configure any desired instrumentation packages
1919
[listed here](./supported-instrumentations.md)
2020
- [Add the OpenTelemetry resource attributes][resource-attributes]
2121
via the `OTEL_RESOURCE_ATTRIBUTES` environment variable
22-
- `service.name`
23-
- `service.namespace`
24-
- `service.instance.id`
25-
- `service.version`
26-
- `deployment.environment`
22+
- `service.name`
23+
- `service.namespace`
24+
- `service.instance.id`
25+
- `service.version`
26+
- `deployment.environment`
2727

2828
```shell
2929
export OTEL_RESOURCE_ATTRIBUTES=service.instance.id=<pod123>,deployment.environment=...

0 commit comments

Comments
 (0)