Skip to content

Commit

Permalink
[ISSUE #610] Fix doc error about metricsGrpcExporterTarget (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: shizhili <[email protected]>
  • Loading branch information
zhiliatom and shizhili authored Dec 28, 2023
1 parent e1ebac2 commit cb5340d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Prerequisites: Deploy an OpenTelemetry Collector that supports the [GRPC OpenTel
To enable the gRPC OTLP exporter of Broker metrics, do the following:

1. Set `metricsExporterType` to `OTLP_GRPC`.
2. Set `getMetricsGrpcExporterTarget` to the endpoint provided by the OpenTelemetry Collector.
2. Set `metricsGrpcExporterTarget` to the endpoint provided by the OpenTelemetry Collector.

Optional configurations:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/12-observability/01metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ gRPC OTLP exporter 会周期性地向指定的 OpenTelemetry Collector 上报 me
开启 Broker metrics 的 gRPC OTLP exporter 需要进行以下配置:

1.`metricsExporterType` 设置为 `OTLP_GRPC`
2.`getMetricsGrpcExporterTarget` 设置为 OpenTelemetry Collector 提供的 endpoint
2.`metricsGrpcExporterTarget` 设置为 OpenTelemetry Collector 提供的 endpoint

可选配置:

Expand Down

0 comments on commit cb5340d

Please sign in to comment.