You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/maintenance/observability/metric-reporters.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,18 +61,23 @@ The domain thus identifies a metric class, while the key-property list identifie
61
61
62
62
Type: push
63
63
64
+
65
+
:::info
66
+
67
+
The OpenTelemetry metric reporter currently supports OTLP/gRPC only.
68
+
69
+
:::
70
+
64
71
Parameters:
65
72
66
73
- `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.
68
74
- `metrics.reporter.opentelemetry.export-interval` - (optional) Frequency of metric export by the OpenTelemetry metric reporter to the endpoint. Default: 10s.
69
75
- `metrics.reporter.opentelemetry.export-timeout` - (optional) Maximum time the OpenTelemetry metric reporter will wait for each metric export. Default: 10s.
0 commit comments