You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operate.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ There are currently 2 supported methods for exposing metrics from the intercepto
9
9
### Configuring the Prometheus compatible metrics endpoint
10
10
When configured, the interceptor proxy can expose metrics on a Prometheus compatible endpoint.
11
11
12
-
This endpoint can be enabled by setting the `OTEL_PROM_EXPORTER_ENABLED` environment variable to `true` on the interceptor deployment (`true` by default) and by setting `OTEL_PROM_EXPORTER_PORT` to an unused port for the endpoint to be made avaialble on (`2223` by default).
12
+
This endpoint can be enabled by setting the `OTEL_PROM_EXPORTER_ENABLED` environment variable to `true` on the interceptor deployment (`true` by default) and by setting `OTEL_PROM_EXPORTER_PORT` to an unused port for the endpoint to be made available on (`2223` by default).
13
13
14
14
### Configuring the OTEL HTTP exporter
15
15
When configured, the interceptor proxy can export metrics to a OTEL HTTP collector.
@@ -71,7 +71,7 @@ There are currently 2 supported methods for exposing metrics from the operator -
71
71
### Configuring the Prometheus compatible metrics endpoint
72
72
When configured, the operator can expose metrics on a Prometheus compatible endpoint.
73
73
74
-
This endpoint can be enabled by setting the `OTEL_PROM_EXPORTER_ENABLED` environment variable to `true` on the operator deployment (`true` by default) and by setting `OTEL_PROM_EXPORTER_PORT` to an unused port for the endpoint to be made avaialble on (`8080` by default).
74
+
This endpoint can be enabled by setting the `OTEL_PROM_EXPORTER_ENABLED` environment variable to `true` on the operator deployment (`true` by default) and by setting `OTEL_PROM_EXPORTER_PORT` to an unused port for the endpoint to be made available on (`8080` by default).
75
75
76
76
### Configuring the OTEL HTTP exporter
77
77
@@ -85,4 +85,4 @@ The `OTEL_EXPORTER_OTLP_PROTOCOL` defaults to `http`
85
85
86
86
### Configuring the OTEL GRPC exporter
87
87
88
-
Please note that using `OTEL_EXPORTER_OTLP_PROTOCOL` will alows you to set it up to `grpc` to conect to otel collector. Also `OTEL_EXPORTER_OTLP_ENDPOINT` should be set to the right enpoint (eg: http://opentelemetry-collector.open-telemetry-system:4317)
88
+
Please note that using `OTEL_EXPORTER_OTLP_PROTOCOL` will allows you to set it up to `grpc` to connect to otel collector. Also `OTEL_EXPORTER_OTLP_ENDPOINT` should be set to the right endpoint (eg: http://opentelemetry-collector.open-telemetry-system:4317)
0 commit comments