Skip to content

Commit 02c7d8e

Browse files
committed
Adapt doc according to changes in #1188
1 parent 048b8cc commit 02c7d8e

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

website/docs/maintenance/observability/metric-reporters.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,23 @@ The domain thus identifies a metric class, while the key-property list identifie
6161

6262
Type: push
6363

64+
65+
:::info
66+
67+
The OpenTelemetry metric reporter currently supports OTLP/gRPC only.
68+
69+
:::
70+
6471
Parameters:
6572

6673
- `metrics.reporter.opentelemetry.endpoint` - Target to which the OpenTelemetry metric reporter is going to send metrics to.
67-
- `metrics.reporter.opentelemetry.exporter` - The type of exporter that is used by the OpenTelemetry metric exporter to send metrics to the configured endpoint. The endpoint must accept connections for the given exporter type. Supported exporters: GRPC, HTTP.
6874
- `metrics.reporter.opentelemetry.export-interval` - (optional) Frequency of metric export by the OpenTelemetry metric reporter to the endpoint. Default: 10s.
6975
- `metrics.reporter.opentelemetry.export-timeout` - (optional) Maximum time the OpenTelemetry metric reporter will wait for each metric export. Default: 10s.
7076

7177
Example configuration:
7278

7379
```yaml
7480
metrics.reporters: opentelemetry
75-
metrics.reporter.opentelemetry.exporter: GRPC
7681
metrics.reporter.opentelemetry.endpoint: http://opentelemetry-collector:4317
7782
```
7883

website/docs/quickstart/monitoring-observability.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@ title: Cluster Monitoring and Observability
33
sidebar_position: 3
44
---
55

6-
<!--
7-
Licensed to the Apache Software Foundation (ASF) under one
8-
or more contributor license agreements. See the NOTICE file
9-
distributed with this work for additional information
10-
regarding copyright ownership. The ASF licenses this file
11-
to you under the Apache License, Version 2.0 (the
12-
"License"); you may not use this file except in compliance
13-
with the License. You may obtain a copy of the License at
14-
15-
http://www.apache.org/licenses/LICENSE-2.0
16-
17-
Unless required by applicable law or agreed to in writing, software
18-
distributed under the License is distributed on an "AS IS" BASIS,
19-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20-
See the License for the specific language governing permissions and
21-
limitations under the License.
22-
-->
23-
246
# Cluster Monitoring and Observability
257

268
This guide will show you how to set up a monitoring/observability stack for Fluss.
@@ -297,7 +279,6 @@ services:
297279
datalake.paimon.metastore: filesystem
298280
datalake.paimon.warehouse: /tmp/paimon
299281
metrics.reporters: opentelemetry
300-
metrics.reporter.opentelemetry.exporter: GRPC
301282
metrics.reporter.opentelemetry.endpoint: http://opentelemetry-collector:4317
302283
metrics.reporter.opentelemetry.service.name: coordinator-server
303284
metrics.reporter.opentelemetry.service.version: $FLUSS_DOCKER_VERSION$
@@ -326,7 +307,6 @@ services:
326307
datalake.paimon.metastore: filesystem
327308
datalake.paimon.warehouse: /tmp/paimon
328309
metrics.reporters: opentelemetry
329-
metrics.reporter.opentelemetry.exporter: GRPC
330310
metrics.reporter.opentelemetry.endpoint: http://opentelemetry-collector:4317
331311
metrics.reporter.opentelemetry.service.name: tablet-server
332312
metrics.reporter.opentelemetry.service.version: $FLUSS_DOCKER_VERSION$

0 commit comments

Comments
 (0)