Skip to content

Commit 4e9b8e1

Browse files
committed
Change port
1 parent cb274be commit 4e9b8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/applications/otel-rum.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ server {
8080

8181
:::{tab-item} Public Collector with CORS
8282

83-
If the Collector is publicly available, you can send the telemetry data directly to it. Your Collector should be available under a domain name, for example `collector.example.com:443`. Your web application should send data from its own origin `webapp.example.com` to a different one, and [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS) (CORS) should be configured so browsers allow sending data to a different origin.
83+
If the Collector is publicly available, you can send the telemetry data directly to it. Your Collector should be available under a domain name, for example `collector.example.com:4318` (4318 is the default port for the OTLP HTTP/JSON protocol). Your web application should send data from its own origin `webapp.example.com` to a different one, and [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS) (CORS) should be configured so browsers allow sending data to a different origin.
8484

8585
To configure CORS in your collector, change the configuration in your HTTP receiver:
8686

@@ -583,7 +583,7 @@ Assuming the JavaScript files reside in a folder named "js", the HTML file struc
583583
</html>
584584
```
585585

586-
## Extend your telemetry with the API
586+
## Manual instrumentation to extend your telemetry
587587

588588
Automatic instrumentation provides a convenient baseline for web application telemetry, but often lacks the necessary depth to fully understand complex user journeys or correlate technical performance with business outcomes.
589589

0 commit comments

Comments
 (0)