Skip to content

Commit d5b9d05

Browse files
authored
[AutoOps] Update incoming HTTP port for OTLP (#3234)
This updates the OTLP port to indicate that it is now exclusively `443` instead of the standard `4318` (which causes issues for some users).
1 parent e838abb commit d5b9d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ $$$data-gathering$$$ **How does AutoOps gather data from my cluster and ensure i
102102
| Protocol | Data extracted | Port | Authentication method |
103103
| --- | --- | --- | --- |
104104
| HTTP | Basic cluster information from the `/` endpoint <br><br> License information from the `/_license` endpoint | **443**: standard HTTPS port | Uses an {{ecloud}} API key which is limited for use with Cloud Connect only. |
105-
| OTLP | Operational information | **4318**: standard OTLP HTTP port <br><br> This service will be exposed on port 443 in the future. | Uses an AutoOps token which is functionally equivalent to an API key. |
105+
| OTLP over HTTP | Operational information | **443**: standard HTTPS port | Uses an AutoOps token which is functionally equivalent to an API key. |

0 commit comments

Comments
 (0)