Skip to content

Commit 3d8da19

Browse files
committed
Fix executor reference
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent 5dc4ccb commit 3d8da19

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

content/en/docs/reference/spin-app-executor.md

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ createDeployment is true.<br/>
9898
<small>[back to parent](#spinappexecutorspec)</small>
9999

100100

101-
DeploymentConfig specifies how the deployment should be configured when createDeployment is true.
101+
DeploymentConfig specifies how the deployment should be configured when
102+
createDeployment is true.
102103

103104
<table>
104105
<thead>
@@ -136,10 +137,10 @@ defined in `CACertSecret` the secret name will be `spin-ca`.<br/>
136137
</td>
137138
<td>false</td>
138139
</tr><tr>
139-
<td><b>otel</b></td>
140-
<td>string</td>
140+
<td><b><a href="#spinappexecutorspecdeploymentconfigotel">otel</a></b></td>
141+
<td>object</td>
141142
<td>
142-
Otel creates environment variables which configure where and how telemetry data is exported from the Spin app.
143+
Otel provides Kubernetes Bindings to Otel Variables.<br/>
143144
</td>
144145
<td>false</td>
145146
</tr></tbody>
@@ -149,7 +150,7 @@ defined in `CACertSecret` the secret name will be `spin-ca`.<br/>
149150

150151
<small>[back to parent](#spinappexecutorspecdeploymentconfig)</small>
151152

152-
Otel creates environment variables which configure where and how telemetry data is exported from the Spin app.
153+
Otel provides Kubernetes Bindings to Otel Variables.
153154

154155
<table>
155156
<thead>
@@ -161,32 +162,32 @@ Otel creates environment variables which configure where and how telemetry data
161162
</tr>
162163
</thead>
163164
<tbody><tr>
164-
<td><b>exporter_otlp_endpoint</b></td>
165-
<td>string</td>
166-
<td>
167-
Defines an endpoint to where all metrics, log, and trace data are exported.
168-
</td>
169-
<td>false</td>
170-
</tr><tr>
171-
<td><b>exporter_otlp_traces_endpoint</b></td>
172-
<td>string</td>
173-
<td>
174-
Defines an endpoint to where all trace data are exported.
175-
</td>
176-
<td>false</td>
177-
</tr><tr>
178-
<td><b>exporter_otlp_metrics_endpoint</b></td>
179-
<td>string</td>
180-
<td>
181-
Defines an endpoint to where all metrics data are exported.
182-
</td>
183-
<td>false</td>
184-
</tr><tr>
185-
<td><b>exporter_otlp_logs_endpoint</b></td>
186-
<td>string</td>
187-
<td>
188-
Defines an endpoint to where all log data are exported.
189-
</td>
190-
<td>false</td>
191-
</tr>
192-
165+
<td><b>exporter_otlp_endpoint</b></td>
166+
<td>string</td>
167+
<td>
168+
ExporterOtlpEndpoint configures the default combined otlp endpoint for sending telemetry<br/>
169+
</td>
170+
<td>false</td>
171+
</tr><tr>
172+
<td><b>exporter_otlp_logs_endpoint</b></td>
173+
<td>string</td>
174+
<td>
175+
ExporterOtlpLogsEndpoint configures the logs-specific otlp endpoint<br/>
176+
</td>
177+
<td>false</td>
178+
</tr><tr>
179+
<td><b>exporter_otlp_metrics_endpoint</b></td>
180+
<td>string</td>
181+
<td>
182+
ExporterOtlpMetricsEndpoint configures the metrics-specific otlp endpoint<br/>
183+
</td>
184+
<td>false</td>
185+
</tr><tr>
186+
<td><b>exporter_otlp_traces_endpoint</b></td>
187+
<td>string</td>
188+
<td>
189+
ExporterOtlpTracesEndpoint configures the trace-specific otlp endpoint<br/>
190+
</td>
191+
<td>false</td>
192+
</tr></tbody>
193+
</table>

0 commit comments

Comments
 (0)