Skip to content

Commit 42d003f

Browse files
committed
replace directional language with "following"
1 parent ae3c7e0 commit 42d003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/_includes/exporters/prometheus-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Once you have Prometheus set up, you can set up the OTLP Exporter, Prometheus ex
2323
This section explains how to configure your application to send metrics directly to a Prometheus endpoint.
2424

2525
#### Use environment variables
26-
You can configure OpenTelemetry SDKs and instrumentation libraries with [standard environment variables](/docs/languages/sdk-configuration/). Set the environment variables before starting your application. Below are the OpenTelemetry variables needed to send OpenTelemetry metrics to a Prometheus server on localhost:
26+
You can configure OpenTelemetry SDKs and instrumentation libraries with [standard environment variables](/docs/languages/sdk-configuration/). Set the environment variables before starting your application. The following OpenTelemetry variables are needed to send OpenTelemetry metrics to a Prometheus server on localhost:
2727

2828
```bash
2929
export OTEL_EXPORTER_OTLP_PROTOCOL=http/protobuf

0 commit comments

Comments
 (0)