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
When {OTELName} creates a collector, the service name is `[metadata.name]-collector`.
84
+
* Replace `_<mcp_otel_collector>_` with the name you used in your `OpenTelemetryCollector` CR. When {OTELName} creates a collector, the service name is `[metadata.name]-collector`.
85
+
* Replace `_<mcp_gateway_system>_` with the namespace of your MCP gateway deployment.
85
86
86
87
. Optional. If you want to send traces to one collector and logs to a different one, set the following additional environment variables:
Copy file name to clipboardExpand all lines: modules/proc-register-ext-mcp-server-tls.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ spec:
39
39
+
40
40
* Replace `_<mcp_external_server>_` with the name of your external MCP server.
41
41
* Replace `_<mcp_test>_` with the namespace that the MCP server is in.
42
-
* Replace `_<tls_mode>` with the TLS traffic policy that you need according to your requirements. `SIMPLE` is the default value. Use`MUTUAL` in high-security environments or use `ISTIO_MUTUAL` with {service-mesh}. A value of `DISABLE` means that TLS is not used.
42
+
* The default TLS mode is `SIMPLE`. Change it to`MUTUAL` in high-security environments or use `ISTIO_MUTUAL` with {service-mesh}. A value of `DISABLE` means that TLS is not used.
43
43
* Replace `_<api.githubcopilot.com>_` with the host URL of the MCP server.
0 commit comments