Skip to content

Commit 86dcca0

Browse files
committed
Add introductory sentence between headings
1 parent 589b0f8 commit 86dcca0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ For pushing to a metrics endpoint directly:
1919

2020
Once you have Prometheus set up, you can set up the OTLP Exporter, Prometheus exporter, or push to a metrics endpoint directly.
2121

22-
### Push To Metrics Endpoint {#push-metrics-directly}
23-
#### Step 1: Using Environment Variables
22+
### Push to metrics endpoint {#push-metrics-directly}
23+
This section explains how to configure your application to send metrics directly to a Prometheus endpoint.
24+
25+
#### Use environment variables
2426
OpenTelemetry SDKs and instrumentation libraries can usually be configured via [standard environment variables](/docs/languages/sdk-configuration/). Set the environment variables before starting your application by:
2527
- exporting them directly from your terminal,
2628
- adding them to your shell config file (e.g., `.bashrc`, `.zshrc`),

0 commit comments

Comments
 (0)