Skip to content

Commit 6edad7a

Browse files
authored
Remove the OTLP receiver legacy gRPC port(55680) references (#37)
1 parent 9e12a9d commit 6edad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/jmx-metrics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ otel.jmx.username = my-username
2424
otel.jmx.password = my-password
2525

2626
otel.metrics.exporter = otlp
27-
otel.exporter.otlp.endpoint = http://my-opentelemetry-collector:55680
27+
otel.exporter.otlp.endpoint = http://my-opentelemetry-collector:4317
2828
```
2929

3030
As configured in this example, the metric gatherer will establish an MBean server connection using the

0 commit comments

Comments
 (0)